Search found 3 matches
- Tue May 24, 2022 4:41 pm
- Forum: ESP-IDF
- Topic: Eclipse IDE plugin says Errors exist but console says build complete
- Replies: 12
- Views: 13116
Re: Eclipse IDE plugin says Errors exist but console says build complete
I don't know if anybody is still looking for an answer to this. I came across this thread because a similar thing happened to me after I made a change to my Eclipse project. (I could hardly believe it when it said it couldn't resolve "size_t" as a type.) For me, the solution was a simple mismatch th...
- Wed Apr 06, 2022 3:09 am
- Forum: General Discussion
- Topic: IDF Monitor output is garbled
- Replies: 6
- Views: 12673
Re: IDF Monitor output is garbled
Even after all this time, this posting helped solve this problem for me. Thanks!ESP_Sprite wrote: ↑Sun Dec 10, 2017 8:51 amThe Sparkfun Thing has a 26MHz crystal, while esp-idf is by default configured for an 40MHz crystal. In 'make menuconfig', if memory serves under components -> esp32 specific, you can change the crystal frequency.
- Sun Aug 06, 2017 11:17 pm
- Forum: General Discussion
- Topic: Factory reset - ESP32 "Timeout reached. Command aborted."
- Replies: 2
- Views: 7303
Re: Factory reset - ESP32 "Timeout reached. Command aborted."
Nothing serious has happened. You have just erased the Lua interpreter. It's not completely obvious, but it's a layer on top of the normal firmware. Putting it back is fairly simple. Here are the instructions for the ESP8266. I haven't tried it with an ESP32, and I don't know if the ESP8266 firmware...