feat: add task handles for BambuMqttTask and ScaleTask; rename stopTasks to stopAllTasks

This commit is contained in:
2025-02-20 11:52:36 +01:00
parent 4475d21218
commit 6f24630a7d
3 changed files with 12 additions and 4 deletions

View File

@ -15,4 +15,6 @@ extern uint8_t weigthCouterToApi;
extern uint8_t scale_tare_counter;
extern uint8_t pauseMainTask;
extern TaskHandle_t ScaleTask;
#endif