[+] Use io4 board config
This commit is contained in:
+18
-4
@@ -8,10 +8,24 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:lolin_s2_mini]
|
||||
;[env:lolin_s2_mini]
|
||||
;platform = espressif32
|
||||
;board = lolin_s2_mini
|
||||
;framework = arduino
|
||||
;build_flags =
|
||||
; -D ARDUINO_USB_MODE=0
|
||||
; -D ARDUINO_USB_CDC_ON_BOOT=1
|
||||
|
||||
;[env:esp32-s3-devkitc-1]
|
||||
;platform = espressif32
|
||||
;board = esp32-s3-devkitc-1
|
||||
;framework = arduino
|
||||
;build_flags =
|
||||
; -D ARDUINO_USB_CDC_ON_BOOT=1
|
||||
|
||||
[env:io4]
|
||||
platform = espressif32
|
||||
board = lolin_s2_mini
|
||||
board = esp32-s3-io4
|
||||
framework = arduino
|
||||
build_flags =
|
||||
-D ARDUINO_USB_MODE=0
|
||||
-D ARDUINO_USB_CDC_ON_BOOT=1
|
||||
-D ARDUINO_USB_CDC_ON_BOOT=1
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"hostname":"Hazel","username":"azalea"}
|
||||
Reference in New Issue
Block a user