Thanks.
I tried building the candidate release and it builds and runs.
I get some OLED warning compiling, not sue why? But things seems to work. I also get
issues with the SD card. Apart from that all working. Any ideas on the warnings and SD
card problems ?
In file included from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h:29,
from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h:79,
from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:36,
from /var/folders/tz/_fsjhc3s7ddcp9r4d_60wxfw0000gn/T/tmpcbntv4io:1:
/Users/home/.platformio/packages/framework-arduinoespressif32/variants/ttgo-lora32-v1/pins_arduino.h:15:
note: this is the location of the previous definition
#define OLED_SDA 4**
In file included from /Users/home/LoRa/new/firmware/esp32/main.ino:16:
firmware/esp32/config.h:31: warning: "OLED_SCL" redefined
#define OLED_SCL 22
In file included from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h:29,
from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h:79,
from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:36,
from /var/folders/tz/_fsjhc3s7ddcp9r4d_60wxfw0000gn/T/tmpcbntv4io:1:
/Users/home/.platformio/packages/framework-arduinoespressif32/variants/ttgo-lora32-v1/pins_arduino.h:16:
note: this is the location of the previous definition
#define OLED_SCL 15
In file included from /Users/home/LoRa/new/firmware/esp32/main.ino:16:
firmware/esp32/config.h:32: warning: "OLED_RST" redefined
#define OLED_RST NOT_A_PIN
In file included from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h:29,
from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h:79,
from
/Users/home/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:36,
from /var/folders/tz/_fsjhc3s7ddcp9r4d_60wxfw0000gn/T/tmpcbntv4io:1:
/Users/home/.platformio/packages/framework-arduinoespressif32/variants/ttgo-lora32-v1/pins_arduino.h:17:
note: this is the location of the previous definition
#define OLED_RST 16
E (363) SPIFFS: mount failed, -10025 [ 369][E][SPIFFS.cpp:89] begin(): Mounting SPIFFS
failed! Error: -1 --> SPIFFS initializtion failed [ 969][E][sd_diskio.cpp:126]
sdSelectCard(): Select Failed [ 969][E][sd_diskio.cpp:621] ff_sd_status(): Check status
failed [ 1469][E][sd_diskio.cpp:126] sdSelectCard(): Select Failed [
1969][E][sd_diskio.cpp:126] sdSelectCard(): Select Failed [ 1969][E][vfs_api.cpp:104]
open(): /sd/log.txt does not exist, no permits for creation
On 16 Oct 2022, at 09:27, Wensheng Xie
<xiewensheng(a)hotmail.com> wrote:
在 2022-10-13星期四的 08:56 +0000,Rob Craig写道:
Hi wxie,
I can successfully build, compile and flash my LILY ESP32 TTGO V2 with the source on
https://github.com/sudomesh/disaster-radio
<https://github.com/sudomesh/disaster-radio>.
My LILY ESP32 TTGO V2 then gets stuck in a loop of rebooting. The monitor shows this:
Hi, Rob:
I have the same board, and it works for me.
Have you tried to build and flash again?
best regards,
wxie