Fixed bug in hoermann.h and prints log message into esp_logd now.

This commit is contained in:
2025-09-29 19:18:23 +02:00
parent 2809b1a167
commit b8581dcf31
2 changed files with 10 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ class HoermannMainComponent: public Component{
dispatcherFn, // Function to implement the task
"ModBusTask", // Name of the task
10000, // Stack size in words
true, // Task input parameter
this, // Task input parameter
// 1, // Priority of the task
configMAX_PRIORITIES - 1,
&modBusTask, // Task handle.