initial convert from arduino to esp-idf

This commit is contained in:
2025-09-15 14:50:13 -07:00
parent 97e4c94a35
commit 0b4b9f512d
9 changed files with 2654 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# ESP32 Configuration
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
# WiFi Configuration
CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=y
# ESP-NOW Configuration
CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=0
# Log level
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
# RMT Configuration
CONFIG_RMT_ENABLE_TX_CHANNEL=y