Compiling Error #959
|
I have the following board : diymore Modul: AM03-FBBA0047-002 Changed in platformio_override.ini I get the following compilation errors Environment Status Duration esp32-dev_ili9488 FAILED 00:01:03.786 |
Replies: 1 comment
|
Just in case you didn't solve this yet: I had the same error messages and the problem was a comment in the my_custom_device_that_i_just_defined.ini file behind an option and without a space before the semicolon. So instead of use Small thing but solved it for me. |
Just in case you didn't solve this yet: I had the same error messages and the problem was a comment in the my_custom_device_that_i_just_defined.ini file behind an option and without a space before the semicolon. So instead of
use
Small thing but solved it for me.