AfRApay/AfRApay.MateCard/platformio.ini

31 lines
928 B
INI
Raw Normal View History

2023-02-06 02:23:00 +01:00
; 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:az-delivery-devkit-v4]
platform = espressif32@^6.0.0
board = az-delivery-devkit-v4
framework = arduino
upload_speed = 921600
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
2023-02-06 02:23:00 +01:00
lib_deps =
olikraus/U8g2@^2.34.13
juerd/ESP-WiFiSettings@^3.8.0
miguelbalboa/MFRC522@^1.4.10
arduino-libraries/NTPClient@^3.2.1
mcxiaoke/ESPDateTime@^1.0.4
2023-02-08 02:25:12 +01:00
arduino12/rdm6300@^2.0.0
2023-02-08 21:34:52 +01:00
bblanchon/ArduinoJson@^6.20.0
adafruit/Adafruit BusIO@^1.14.1
2023-02-08 16:08:49 +01:00
check_tool = clangtidy
2023-02-09 20:47:18 +01:00
check_flags =
2023-02-10 01:45:11 +01:00
clangtidy: --config-file=.clang-tidy
2023-04-21 21:42:16 +02:00
build_flags = !scripts/build_git_rev.sh