Search found 5 matches
- Wed Oct 02, 2024 8:29 pm
- Forum: General Discussion
- Topic: #include "esp_lcd_panel_rgb.h" missing in rgb_panel example
- Replies: 1
- Views: 1340
Re: #include "esp_lcd_panel_rgb.h" missing in rgb_panel example
Were you able to figure this out? I'm having the exact same problem.
- Sun Feb 18, 2024 4:41 am
- Forum: ESP8266
- Topic: AT Firmware Flashing Help
- Replies: 0
- Views: 2154
AT Firmware Flashing Help
Hello, I have a NODEMCU dev tool to which I need to flash the AT firmware. I downloaded the firmware and I'm trying to flash it with the following command: esptool.py --chip esp8266 --port /dev/ttyUSB1 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_fr...
- Wed May 23, 2018 7:26 pm
- Forum: ESP-IDF
- Topic: Problems with SmartConfig
- Replies: 0
- Views: 2592
Problems with SmartConfig
Hello I'm trying to use the smart_config example but I'm getting the following error right after the line smartconfig: SC version: V2.7.1 in the log window: Guru Meditation Error: Core 0 panic'ed (LoadProhibited) . Exception was unhandled. Register dump: PC : 0x40127131 PS : 0x00060730 A0 : 0x800df3...
- Fri May 18, 2018 2:26 am
- Forum: ESP-IDF
- Topic: Compilation Problems: Not finding definitions from an already included file
- Replies: 2
- Views: 3784
Re: Compilation Problems: Not finding definitions from an already included file
Thanks for helping!
No, is not a silly question, actually, right after I posted the question I realized that I had commented out the #define while I was sorting out some other errors. After realizing this I un-commented the line and now everything is compiling just fine.
No, is not a silly question, actually, right after I posted the question I realized that I had commented out the #define while I was sorting out some other errors. After realizing this I un-commented the line and now everything is compiling just fine.
- Thu May 17, 2018 5:01 pm
- Forum: ESP-IDF
- Topic: Compilation Problems: Not finding definitions from an already included file
- Replies: 2
- Views: 3784
Compilation Problems: Not finding definitions from an already included file
Hello I have two components and both have the include directory on their respective folders, nevertheless, the compilation is complaining about some implicit declaration of functions that I reference in one component but that are defined in another component. The components look like this inside the...