forked from frickelzeugs/FingerprintDoorbell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
24 lines (22 loc) · 803 Bytes
/
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
; 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
monitor_speed = 115200
lib_deps =
me-no-dev/ESP Async WebServer@^1.2.3
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 CUSTOM_GPIOS #uncomment this line if you'd like to enable customgpio support