mirror of
https://github.com/tugsi/Filaman.git
synced 2026-07-10 02:02:49 +02:00
feat: implement auto send feature for Bambu spool management and update related configurations
This commit is contained in:
@@ -40,6 +40,10 @@ const uint8_t webserverPort = 80;
|
||||
const char* apiUrl = "/api/v1";
|
||||
// ***** API
|
||||
|
||||
// ***** Bambu Auto Set Spool
|
||||
uint8_t autoSetBambuAmsCounter = 60;
|
||||
// ***** Bambu Auto Set Spool
|
||||
|
||||
// ***** Task Prios
|
||||
uint8_t rfidTaskCore = 1;
|
||||
uint8_t rfidTaskPrio = 1;
|
||||
|
||||
Reference in New Issue
Block a user