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
Trying to compile for a "known good" hardware with lora32_v21 target throws error:
Could not determine ESP32 Bluetooth buffer configuration: [Errno 2] No such file or directory: '/home/$USER/.arduino15/packages/esp32/hardware/esp32/2.0.17/libraries/BluetoothSerial/src/BluetoothSerial.cpp' Please fix this error and try again
but build process finishes. After uploading same behavior as previous hardware.
after scratching my head for several hours, running make prep-esp32
fixed the issues. Firmware is running. I somehow managed to pull in the wrong versions of the mentioned libs...
Building from master for target
e22_esp32
fails with:fatal error: soc/rtc_wdt.h: No such file or directory 12 | #include "soc/rtc_wdt.h" | ^~~~~~~~~~~~~~~ compilation terminated.
Editing
RNode_Firmware_CE/Radio.cpp
Line 12 in ffca977
to:
#include "rtc_wdt.h"
resolves this error.
After uploading, OLED is flashing a single line for a split second. Rnodeconf is not detecting rnode.
Output from serial monitor:
Trying to compile for a "known good" hardware with
lora32_v21
target throws error:Could not determine ESP32 Bluetooth buffer configuration: [Errno 2] No such file or directory: '/home/$USER/.arduino15/packages/esp32/hardware/esp32/2.0.17/libraries/BluetoothSerial/src/BluetoothSerial.cpp' Please fix this error and try again
but build process finishes. After uploading same behavior as previous hardware.
Library Versions:
The text was updated successfully, but these errors were encountered: