-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathplatformio.ini
More file actions
38 lines (35 loc) · 1.02 KB
/
Copy pathplatformio.ini
File metadata and controls
38 lines (35 loc) · 1.02 KB
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
34
35
36
37
38
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env]
lib_deps =
https://github.com/Links2004/arduinoWebSockets.git
bblanchon/ArduinoJson@^7.4.3
adafruit/Adafruit SSD1306@^2.5.16
yuriisalimov/MAX6675_Thermocouple@^2.0.2
tzapu/WiFiManager@^2.0.17
[env:esp32c3]
board = esp32-c3-devkitm-1
framework = arduino
platform = espressif32
lib_extra_dirs = ~/Documents/Arduino/libraries
upload_speed = 921600
monitor_speed = 115200
board_build.partitions = custom32c3sm.csv
build_flags =
-D LED_ON=LOW
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
[env:esp8266]
platform = espressif8266
board = nodemcuv2
framework = arduino
lib_extra_dirs = ~/Documents/Arduino/libraries
monitor_speed = 115200
upload_speed = 115200