-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
18 lines (17 loc) · 871 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps = https://github.com/gordoste/LedControl.git, https://github.com/bblanchon/ArduinoJson.git, https://github.com/adafruit/RTClib.git, https://github.com/tzapu/WiFiManager.git#development
lib_ignore = TinyWireM ; Exclude this or RTC library wont work (uses AV elements that are not made for non-arduino boards.)
;board_build.partitions = no_ota.csv ; Almost doubles flash memory may program be too big.