migrate to c3
This commit is contained in:
+4
-3
@@ -1,10 +1,10 @@
|
||||
; PlatformIO Project Configuration
|
||||
; Board: Waveshare ESP32-S3-Zero (or compatible ESP32-S3)
|
||||
; Board: Tenstar Robot ESP32-C3 Super Mini (or compatible ESP32-C3)
|
||||
; Project: WijiBoard – BLE SCARA Stepper Controller
|
||||
|
||||
[env:esp32-s3-devkitc-1]
|
||||
[env:esp32-c3-devkitm-1]
|
||||
platform = espressif32
|
||||
board = esp32-s3-devkitc-1
|
||||
board = esp32-c3-devkitm-1
|
||||
framework = arduino
|
||||
|
||||
; USB CDC on boot – Serial Monitor works over native USB
|
||||
@@ -13,6 +13,7 @@ build_flags =
|
||||
-D ARDUINO_USB_CDC_ON_BOOT=1
|
||||
|
||||
board_upload.flash_size = 4MB
|
||||
board_build.flash_mode = dio
|
||||
board_build.partitions = default.csv
|
||||
|
||||
; Adjust to your COM port
|
||||
|
||||
Reference in New Issue
Block a user