-
Notifications
You must be signed in to change notification settings - Fork 2
/
platformio.ini
48 lines (43 loc) · 1.41 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
41
42
43
44
45
46
47
48
; 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
; ESP32-DEVKITC based on ESP-WROOM-32
[env:TTGO-MQTT-lora32-v1]
platform = espressif32
;board = ttgo-lora32-v1
;board = ESP32-DEVKITC
board = esp32dev
framework = arduino
upload_speed = 921600
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=0
-DUSE_CONFIG_OVERRIDE
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
; *** Use custom settings from file user_config_override.h
; -Os
; -DUSER_SETUP_LOADED=0
; -DST7789_DRIVER=1
lib_deps =
bodmer/TFT_eSPI
knolleary/PubSubClient
mathieucarbou/AsyncTCP@^3.2.3
mathieucarbou/ESPAsyncWebServer@^3.1.1
; me-no-dev/ESP Async WebServer
; https://github.com/me-no-dev/ESPAsyncWebServer.git
; me-no-dev/AsyncTCP
bblanchon/ArduinoJson
; ayushsharma82/AsyncElegantOTA
ayushsharma82/ElegantOTA
wifwaf/MH-Z19
paulstoffregen/OneWire@ 2.3.8
milesburton/DallasTemperature
; lennarthennigs/Button2
markruys/DHT
locoduino/RingBuffer
https://github.com/bxparks/AceButton