forked from wasdwasd0105/SuperWiFiDuck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
33 lines (31 loc) · 899 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[env:esp32-s2-kaluga-1]
platform = espressif32
board = esp32-s2-kaluga-1
framework = arduino
lib_deps =
spacehuhn/SimpleCLI@^1.1.4
me-no-dev/AsyncTCP@^1.1.1
https://github.com/me-no-dev/ESPAsyncWebServer.git
build_flags =
-D USB_CUSTOM_DESCRIPTORS
-I custom_usb_descriptors
-D USB_PID=0x0002
-D USB_VID=0x303a
-D USB_MANUFACTURER='"Espressif Systems"'
lib_extra_dirs = custom_usb_descriptors
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
#upload_port = /dev/tty.usbmodem11101
lib_deps =
spacehuhn/SimpleCLI@^1.1.4
me-no-dev/AsyncTCP@^1.1.1
https://github.com/me-no-dev/ESPAsyncWebServer.git
-D USB_CUSTOM_DESCRIPTORS
-I custom_usb_descriptors
-D USB_PID=0x0002
-D USB_VID=0x303a
-D USB_MANUFACTURER='"Espressif Systems"'
lib_extra_dirs = custom_usb_descriptors