Search found 3 matches
- Mon Mar 26, 2018 2:49 am
- Forum: ESP-IDF
- Topic: [FIXED] High bandwidth TCP stops sending ACKs
- Replies: 0
- Views: 2823
[FIXED] High bandwidth TCP stops sending ACKs
I was partway through writing this post when I decided to retest on the most recent master from github, and that seems to have fixed it. (Then again, the problem comes and goes, so maybe not...) But in case somebody else is having this problem, or the sample code is otherwise useful, here's the orig...
- Sat Mar 24, 2018 8:28 pm
- Forum: ESP-IDF
- Topic: Best NTP-Time libraray for ESP32?
- Replies: 6
- Views: 9774
Re: Best NTP-Time libraray for ESP32?
That's the point. There's an SNTP library already in the ESP-IDF, as part of lwIP. In the example linked above, initialize_sntp shows the calls to the library.
- Tue Mar 13, 2018 12:08 am
- Forum: ESP-IDF
- Topic: ROM BASIC, or: How do I preserve all the capabilities of a new ESP32?
- Replies: 0
- Views: 2611
ROM BASIC, or: How do I preserve all the capabilities of a new ESP32?
I've been using the ESP32 for a little over a month now, and never could get into the ROM BASIC. Now that I read https://www.esp32.com/viewtopic.php?t=2799 and https://github.com/espressif/esp-idf/releases/tag/v3.0-rc1, I see why. I let the first boot irreversibly disable ROM BASIC. I've got other d...