Merge remote-tracking branch 'origin/small-changes' into mdev

This commit is contained in:
Frank
2022-09-26 15:56:24 +02:00

View File

@@ -961,8 +961,10 @@ class FourLineDisplayUsermod : public Usermod {
#if CONFIG_FREERTOS_UNICORE
#define ARDUINO_RUNNING_CORE 0
#else
#ifndef ARDUINO_RUNNING_CORE
#define ARDUINO_RUNNING_CORE 1
#endif
#endif
void onUpdateBegin(bool init) {
#ifdef ARDUINO_ARCH_ESP32
if (init && Display_Task) {