Browse Source

* ESP32-C3 targets, now 80Mhz cpu

Scott Powell 1 year ago
parent
commit
6e2a0f3a9c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      variants/xiao_c3/platformio.ini

+ 1 - 0
variants/xiao_c3/platformio.ini

@@ -4,6 +4,7 @@ board = seeed_xiao_esp32c3
 build_flags =
   ${esp32_base.build_flags}
   -I variants/xiao_c3
+  -D ESP32_CPU_FREQ=80
   -D LORA_TX_BOOST_PIN=D3
   -D P_LORA_TX_LED=D5
   -D PIN_VBAT_READ=D0