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
Hi Ed, please help me. I updated from old version(with VS1053 work fine) Mon, 28 Jun 2021 12:40:00 GMT to V2 Fri, 16 Jun 2023 07:30:00 GMT both version compiled with
ArduinoIDE 1.8.12 and ESP32 2.0.11
V2 i have errors:
Starting ESP32-radio running on CPU 1 at 240 MHz.
E (10491) gpio: gpio_set_level(226): GPIO output gpio_num error
E (10492) gpio: gpio_set_level(226): GPIO output gpio_num error
E (10502) gpio: gpio_set_level(226): GPIO output gpio_num error
E (10502) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14294) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14294) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14294) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14300) gpio: gpio_set_level(226): GPIO output gpio_num error
Best Regards,
ERamirez
The text was updated successfully, but these errors were encountered:
The errors are caused by not initialized GPIO numbers. Probably caused by missing definitions in the config page of the web-interface. Start by defining DUMMYTFT in config.h if you have not set-up the configuration for your display yet.
I have made some modifications to reduce the number of error messages.
Hi Ed, thank very much for ur answer. I had #define DEC_VS1053 and #define BLUETFT in config.h. I had to remove LittleFS from my libraries, because at startup I had error messages regarding to LittleFS. Now works fine.
Hi Ed, please help me. I updated from old version(with VS1053 work fine) Mon, 28 Jun 2021 12:40:00 GMT to V2 Fri, 16 Jun 2023 07:30:00 GMT both version compiled with
ArduinoIDE 1.8.12 and ESP32 2.0.11
V2 i have errors:
Starting ESP32-radio running on CPU 1 at 240 MHz.
E (10491) gpio: gpio_set_level(226): GPIO output gpio_num error
E (10492) gpio: gpio_set_level(226): GPIO output gpio_num error
E (10502) gpio: gpio_set_level(226): GPIO output gpio_num error
E (10502) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14294) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14294) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14294) gpio: gpio_set_level(226): GPIO output gpio_num error
E (14300) gpio: gpio_set_level(226): GPIO output gpio_num error
Best Regards,
ERamirez
The text was updated successfully, but these errors were encountered: