Search found 5 matches

by Skedaddles
Wed Jun 26, 2024 5:08 pm
Forum: IDEs for ESP-IDF
Topic: Go To Definition
Replies: 3
Views: 5943

Re: Go To Definition

Actually, I'm not sure my advice for the file associations works -- it seems that on my install the default file association setting is getting overridden.

I think I will go back to v2.12.1 of the IDE for now.
by Skedaddles
Wed Jun 26, 2024 5:00 pm
Forum: IDEs for ESP-IDF
Topic: Go To Definition
Replies: 3
Views: 5943

Re: Go To Definition

F3 would normally be the key, but I just had to reinstall my toolchain and ran into the same problem as you. It turned out the "C/C++ (LSP)" editor type doesn't seem to be behaving how we would expect out-of-the-box. In short, on my fresh install yesterday, none of the normal C/C++ keybinds or the i...
by Skedaddles
Wed May 18, 2022 6:49 pm
Forum: General Discussion
Topic: Best Way to Get VDD33 Measurement?
Replies: 1
Views: 1774

Best Way to Get VDD33 Measurement?

Hello, On the old esp8266 platform, we were able to make a simple call to system_get_vdd33() to get the current vdd voltage. This worked great as a way to get the battery status when powered directly from batteries. We're hoping to find a similar function for the ESP32-C3, but so far I haven't found...
by Skedaddles
Wed Mar 16, 2022 11:04 am
Forum: General Discussion
Topic: IDF httpd vs libesphttpd
Replies: 3
Views: 2448

Re: IDF httpd vs libesphttpd

Thanks for the response Sprite, that is some useful information. We've made good use of that "little project" over the years. If we somehow cross paths we definitely owe you a beverage :D @Deouss: you could also check out https://github.com/me-no-dev/ESPAsyncWebServer . It appears to be a solid choi...
by Skedaddles
Mon Mar 14, 2022 12:57 pm
Forum: General Discussion
Topic: IDF httpd vs libesphttpd
Replies: 3
Views: 2448

IDF httpd vs libesphttpd

Hello, We are porting a project based on the ESP8266 non-OS SDK over to the ESP32 IDF. The old project had a pretty extensive web interface that used Sprite's excellent libesphttpd. We were quite satisfied with the performance and other characteristics. There appears to be a forked project with supp...