Slight bug fix

This commit is contained in:
2025-09-27 12:59:04 +02:00
parent d3f0520123
commit 2809b1a167

View File

@@ -41,12 +41,12 @@ class HoermannMainComponent: public Component{
this->emulator = new HCIEmulator(this->_tx_on, this->_uart);
this->_tx_on->digital_write(LOW);
this->set_continue_ = false;
this->set_continue_ = true;
xTaskCreatePinnedToCore(
dispatcherFn, // Function to implement the task
"ModBusTask", // Name of the task
10000, // Stack size in words
NULL, // Task input parameter
true, // Task input parameter
// 1, // Priority of the task
configMAX_PRIORITIES - 1,
&modBusTask, // Task handle.