Merge remote-tracking branch 'origin/small-changes' into mdev
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user