Search found 2 matches
- Fri Oct 13, 2023 11:28 am
- Forum: ESP-AT 中文讨论版
- Topic: ESP32C2配置自动Light-sleep后通信出错
- Replies: 0
- Views: 19247
ESP32C2配置自动Light-sleep后通信出错
配置进入自动Light-sleep后,发现AT指令发送时出现问题,无法正常通信,没有配置之前是正常的 esp_pm_config_esp32c2_t pm_config = { .max_freq_mhz =120, .min_freq_mhz =80, .light_sleep_enable = true }; esp_pm_configure(&pm_config); AT指令日志: [19:16:39.521]发→◇AT+SLEEP=1 □ [19:16:39.528]收←◆読? [19:16:39.994]发→◇AT+SLEEP=1 □ [19:16:40.000]收←◆鮁EP=1 [...
- Sun Oct 08, 2023 2:18 am
- Forum: ESP-AT 中文讨论版
- Topic: ESP-AT编译出错
- Replies: 8
- Views: 50267
Re: ESP-AT编译出错
出现以下报错信息,ESP-IDF版本为4.3,编译例程正常 C:\Users\chen\esp\esp-at>idf.py menuconfig Executing action: menuconfig Running cmake in directory c:\users\chen\esp\esp-at\build Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DCCACHE_ENABLE=1 c:\users\chen\esp\esp-at"... CMake Error at CMakeLists...