File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 5656 - olimex_esp32-poe-iso
5757 - heltec_esp32-wifi-lora-v2
5858 - wt32-eth01
59+ - esp32-c3-devkitc-02
5960 gui :
6061 - name : gui-v2
6162 repo : OpenEVSE/openevse-gui-v2
Original file line number Diff line number Diff line change 111111# platform = https://github.com/platformio/platform-espressif32.git#feature/stage
112112# platform = https://github.com/platformio/platform-espressif32.git#develop
113113114- platform = espressif32@6.0.1
114+ platform = espressif32@6.4.0
115115# framework = arduino, espidf
116116framework = arduino
117117lib_deps = ${common.lib_deps}
@@ -342,3 +342,19 @@ build_flags =
342342 -D ETH_PHY_MDIO =18
343343 -D ETH_CLK_MODE =ETH_CLOCK_GPIO0_IN
344344 -D ETH_PHY_POWER =16
345+
346+ [env:esp32-c3-devkitc-02]
347+ board = esp32-c3-devkitc-02
348+ lib_deps =
349+ ${common.lib_deps}
350+ ${common.neopixel_lib}
351+ build_flags =
352+ ${common.build_flags}
353+ ${common.src_build_flags}
354+ ${common.debug_flags}
355+ -D RAPI_PORT =Serial1
356+ -D TX1 =6
357+ -D RX1 =7
358+ -D NEO_PIXEL_PIN =8
359+ -D NEO_PIXEL_LENGTH =1
360+ -D WIFI_PIXEL_NUMBER =1
You can’t perform that action at this time.
0 commit comments