-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
36 lines (32 loc) · 957 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
34
35
36
; 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]
platform = espressif32
[env:esp32-s3]
framework = arduino
build_flags =
-D CORE_DEBUG_LEVEL=3
-DELEGANTOTA_USE_ASYNC_WEBSERVER=1
; -D ARDUINO_USB_CDC_ON_BOOT=1
lib_deps =
ayushsharma82/ElegantOTA @ ^3.1.4
ArduinoJson
Adafruit NeoPixel
adafruit/Adafruit MAX31855 library
SPI
https://github.com/adafruit/Adafruit_BusIO
Wire
; https://github.com/denyssene/SimpleKalmanFilter
https://bitbucket.org/David_Such/nexgen_filter.git#1.0.2
ayushsharma82/WebSerial
; ESP Async WebServer
board = esp32-s3-devkitc1-n16r8
monitor_speed = 115200
extra_scripts = pre:extra_scripts.py