Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors Arduino IDE #127

Open
kondorcl opened this issue Oct 5, 2023 · 2 comments
Open

Errors Arduino IDE #127

kondorcl opened this issue Oct 5, 2023 · 2 comments

Comments

@kondorcl
Copy link

kondorcl commented Oct 5, 2023

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

@Edzelf
Copy link
Owner

Edzelf commented Oct 9, 2023

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.

@kondorcl
Copy link
Author

kondorcl commented Oct 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants