Merge branch 'development03' into eth

This commit is contained in:
lumapu 2023-05-09 21:45:10 +02:00
commit 8ffd747420
8 changed files with 281 additions and 137 deletions

View file

@ -199,6 +199,8 @@ void app::regularTickers(void) {
if (mConfig->plugin.display.type != 0)
everySec(std::bind(&DisplayType::tickerSecond, &mDisplay), "disp");
every(std::bind(&PubSerialType::tick, &mPubSerial), mConfig->serial.interval, "uart");
// every([this]() {mPayload.simulation();}, 15, "simul");
}
//-----------------------------------------------------------------------------