-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
34 lines (31 loc) · 1.02 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
; 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 = ttgo-lora32-v1
; change MCU frequency
; board_build.f_cpu = 240000000L
; board_build.f_flash = 240000000L
build_type = debug
monitor_filters = esp32_exception_decoder
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
me-no-dev/AsyncTCP @ ^1.1.1
ottowinter/AsyncMqttClient-esphome@^0.8.5
ottowinter/ESPAsyncWebServer-esphome @ ^1.2.7
arduino-libraries/NTPClient @ ^3.1.0
fastled/FastLED@^3.4.0
adafruit/Adafruit Si7021 Library @ ^1.4.0
milesburton/DallasTemperature @ ^3.9.1
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0
paulstoffregen/OneWire@^2.3.6
rodan/ds3231@^1.0