23 lines
668 B
INI
23 lines
668 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:nodemcu-32s]
|
|
platform = espressif32
|
|
board = nodemcu-32s
|
|
framework = arduino
|
|
build_flags =
|
|
-std=gnu++17
|
|
-DHTTPS_DISABLE_SELFSIGNING
|
|
build_unflags = -std=gnu++11
|
|
board_build.filesystem = littlefs
|
|
lib_deps =
|
|
https://github.com/jasenk2/esp32_https_server.git#esp_tls
|
|
adafruit/Adafruit PN532@^1.3.4
|