mirror of
https://gitlab.com/fabinfra/fabhardware/fabreader3.git
synced 2025-03-12 14:41:43 +01:00
26 lines
758 B
INI
26 lines
758 B
INI
; 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:fabreader3]
|
|
platform = platformio/espressif32
|
|
board = esp32dev
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
knolleary/PubSubClient@^2.8
|
|
thijse/ArduinoLog@^1.1.1
|
|
uipethernet/UIPEthernet@^2.0.12
|
|
bblanchon/ArduinoJson@^6.19.4
|
|
mbed-feb11/Crypto@0.0.0+sha.f04410cef037
|
|
adafruit/Adafruit PN532@^1.3.3
|
|
adafruit/Adafruit SSD1306@^2.5.13
|
|
build_flags =
|
|
-D PN532_I2C_ADDRESS=0x24
|