Fixed bug in hoermann.h and prints log message into esp_logd now.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user