-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathplatformio.ini
40 lines (37 loc) · 1.19 KB
/
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
37
38
39
40
; 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
[platformio]
default_envs = featheresp32
[env:featheresp32]
platform = espressif32
board = featheresp32
framework = arduino
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
board_build.partitions = min_spiffs.csv
build_flags = -std=c++17 -D_GLIBCXX_USE_C99
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<../lib/cbor-lite>
lib_deps =
adafruit/Adafruit Unified Sensor
adafruit/Adafruit SH110X
adafruit/Adafruit SSD1306
ESP32CAN
AsyncTCP@^1.1.1
https://github.com/me-no-dev/ESPAsyncWebServer.git
AsyncElegantOTA
bblanchon/ArduinoJson@^6.18.5
tttapa/Arduino Filters
; linlin-study/FreeRTOS-Kernel@^10.4.4-1
upload_speed = 921600
[env:featheresp32_ota]
extends = env:featheresp32
upload_protocol = espota
upload_port = 192.168.11.172
upload_flags = ""