Closed robomotic closed 4 years ago
first problem was, indeed, a missing update on ttgov21new.h -> fixed. second problem came from ss_oled lib, meanwhile this was updated -> fixed.
Please reload and recompile code, and if this issue is solved, please close it. Thx.
waiting for confirmation.
will test shortly.
I did a full git clone and saw your changes, it doesn't seem like the lib dependency fix worked:
src/display.cpp: In function 'void dp_shutdown()':
src/display.cpp:486:25: error: 'oledShutdown' was not declared in this scope
oledShutdown(&ssoled);
^
*** [.pio/build/usb/src/display.cpp.o] Error 1
The OLED PIN settings are okay now.
Is now fixed. (There was a breaking change in the ss_oled API :-( )
Hello folks, very neat project I have just started to use PlatformIO so please apologies if this is obvious.
Board: LILYGO® TTGO LORA V1.3 868Mhz ESP32 Chip SX1276 Module 0.96 Inch OLED Screen WIFI And Bluetooth Development Board Setup:
Steps:
Result:
Observations: I am assuming that enabling LORA_ABP should exclude the ota.conf include but this does not happen.
I found that this is defined in ttgov21old.h:
However this is not present in ttgov21new.h:
I wonder if this is just the case or renaming MY_OLED to MY_DISPLAY?
I have no idea what is the issue with the oledShutdown function but I can see an old issue that mentioned it was fixed.
Cheers.