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
Compiling .pio/build/min/src/ui/watchface/modules.cpp.o
src/ui/manager.cpp: In function 'void loopManager()':
src/ui/manager.cpp:126:41: error: 'initBatteryDebugDisplay' was not declared in this scope
managerLaunchFunc(batteryDebug, initBatteryDebugDisplay, loopBatteryDebugDisplay);
^~~~~~~~~~~~~~~~~~~~~~~
src/ui/manager.cpp:126:41: note: suggested alternative: 'initGeneralDebugDisplay'
managerLaunchFunc(batteryDebug, initBatteryDebugDisplay, loopBatteryDebugDisplay);
^~~~~~~~~~~~~~~~~~~~~~~
initGeneralDebugDisplay
src/ui/manager.cpp:126:66: error: 'loopBatteryDebugDisplay' was not declared in this scope
managerLaunchFunc(batteryDebug, initBatteryDebugDisplay, loopBatteryDebugDisplay);
^~~~~~~~~~~~~~~~~~~~~~~
Compiling .pio/build/min/src/ui/watchface/modulesDraw.cpp.o
Compiling .pio/build/min/src/ui/watchface/watchFaceDraw.cpp.o
src/ui/manager.cpp:126:66: note: suggested alternative: 'loopGeneralDebugDisplay'
managerLaunchFunc(batteryDebug, initBatteryDebugDisplay, loopBatteryDebugDisplay);
^~~~~~~~~~~~~~~~~~~~~~~
loopGeneralDebugDisplay
Compiling .pio/build/min/src/ui/watchface/watchFaceLogic.cpp.o
I had a compiling error on the stable e34f8529a960b9838434c077e5ca38ed commit version (Switched via a git hard reset and git clean), and when i had DEBUG_MENUS set to 0.
I had a compiling error on the stable e34f8529a960b9838434c077e5ca38ed commit version (Switched via a git hard reset and git clean), and when i had DEBUG_MENUS set to 0.
git clone https://github.com/Szybet/InkWatchy
cd InkWatchy
git reset --hard e34f8529a960b9838434c077e5ca38ed && git clean -f
cd resources && ./generate.sh
src/defines/config.h
according to :- #define DEBUG_MENUS 0
And edit
src/defines/confidential.h
as :pio run
The temporary solution I found to remedy this was to comment the debug options in
src/ui/manager.cpp
to prevent it to be compiledInkWatchy/src/ui/manager.cpp
Line 126 in 53ade73
The text was updated successfully, but these errors were encountered: