You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My TTGO is inside a case so the display isnt on (the display also broke) so I was wanting to turn it off, however when I mark -DENABLE_DISPLAY=false in platformio.ini this then means that it won't compile I get this error message
Compiling .pio/build/chainlink/src/Adafruit_INA219.cpp.o
firmware/esp32/splitflap/main.cpp:50:34: error: 'displayTask' was not declared in this scope
HTTPTask httpTask(splitflapTask, displayTask, serialTask, 0);
^
*** [.pio/build/chainlink/esp32/splitflap/main.cpp.o] Error 1
In file included from firmware/esp32/splitflap/display_task.cpp:21:0:
firmware/esp32/splitflap/display_layouts.h:56:13: warning: 'void getLayoutPositionDualRowZigZag(bool, uint8_t, uint8_t*, uint8_t*)' defined but not used [-Wunused-function]
static void getLayoutPositionDualRowZigZa
The text was updated successfully, but these errors were encountered:
My TTGO is inside a case so the display isnt on (the display also broke) so I was wanting to turn it off, however when I mark -DENABLE_DISPLAY=false in platformio.ini this then means that it won't compile I get this error message
The text was updated successfully, but these errors were encountered: