forked from frickelzeugs/FingerprintDoorbell
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
31 lines (30 loc) · 1.07 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
; 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:esp32doit-devkit-v1]
platform = [email protected]
board = esp32doit-devkit-v1
framework = arduino
board_build.filesystem = littlefs
monitor_speed = 115200
upload_speed = 921600
lib_deps =
https://github.com/RocketSience/esp-knx-ip.git#ESP32_tunneling
https://github.com/me-no-dev/ESPAsyncWebServer.git
ayushsharma82/AsyncElegantOTA@^2.2.7
knolleary/PubSubClient@^2.8
adafruit/Adafruit Fingerprint Sensor Library@^2.1.0
intrbiz/Crypto@^1.0.0
lib_ldf_mode = deep+
build_flags =
-D RSSI_STATUS #uncomment this line if you'd like an RSSI Status over MQTT
#-D CUSTOM_GPIOS #uncomment this line if you'd like to enable customgpio support
-D DEBUG #uncomment this line for serial output
-D KNXFEATURE
#-D MQTTFEATURE