Files
ESPEasy/lib/ld2410/platformio.ini
T

33 lines
897 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
[platformio]
src_dir = examples/
lib_dir = .
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
board_build.mcu = esp32
board_build.f_cpu = 240000000L
upload_speed = 921600
monitor_speed = 256000
monitor_encoding = hexlify
monitor_filters = log2file,time,esp32_exception_decoder
build_flags =
-D PLATFORMIO_BUILD_FLAGS
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
; -D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH
-DWIFI_PASS='"BeveilgdMetWpa"'
-DWIFI_SSID='"Kantoor3"'