Skip to content

Commit

Permalink
Merge pull request #111 from tjfsteele/master
Browse files Browse the repository at this point in the history
Add support for ESP32-C3
  • Loading branch information
cpainchaud authored Aug 8, 2024
2 parents 94484aa + 11d5931 commit 9641576
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,24 @@ build_flags =
; -D RFLINK_SERIAL2NET_DEBUG
; -DCORE_DEBUG_LEVEL=5

[env:genericESP32c3]
extends = ESP32_base
board = esp32-c3-devkitm-1
;upload_port=COM8
;monitor_port=COM8
upload_speed = 921600
build_flags =
-D RFLINK_WIFI_ENABLED
; -D RFLINK_MQTT_DISABLED
; -D RFLINK_PORTAL_DISABLED
; -D RADIOLIB_DEBUG
; -D RFLINK_SIGNAL_RSSI_DEBUG
; -D DEBUG_RFLINK_CONFIG
; -D RFLINK_OTA_ENABLED
; -D RFLINK_OTA_PASSWORD='"'${sysenv.OTA_SEC}'"'
; -D RFLINK_SERIAL2NET_DEBUG
; -DCORE_DEBUG_LEVEL=5

[env:heltec_lora32_v2]
extends = env:genericESP32
board = heltec_wifi_lora_32_V2
Expand Down

0 comments on commit 9641576

Please sign in to comment.