Search found 2 matches
- Sun Aug 04, 2024 7:36 am
- Forum: ESP-AT 中文讨论版
- Topic: esp-at编译问题
- Replies: 2
- Views: 3728
Re: esp-at编译问题
I ran into this same problem today. It occurred after I updated pip to the latest version based on a message I saw though perhaps that was just coincidental and I caused this problem in some other way. I do switch back and forth between ESP-IDF versions which normally is not a problem, but at any ra...
- Mon Oct 11, 2021 9:03 pm
- Forum: ESP-IDF
- Topic: esp_wifi_set_storage(WIFI_STORAGE_FLASH)
- Replies: 5
- Views: 8548
Re: esp_wifi_set_storage(WIFI_STORAGE_FLASH)
The NVS key ap.sndchan get set on every esp_wifi_init but since the value isn't normally changing, it does not write to Flash (low-level Flash code reads the value and compares before doing a write or erasure). However, the NVS keys sta.chan and sta.apinfo are set on every esp_wifi_connect and these...