76 lines
1.5 KiB
INI
76 lines
1.5 KiB
INI
[platformio]
|
|
src_dir = .
|
|
default_envs = cyd
|
|
|
|
[env]
|
|
platform = espressif32
|
|
board = esp32dev
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
monitor_filters = esp32_exception_decoder, time
|
|
upload_speed = 921600
|
|
board_build.partitions=min_spiffs.csv
|
|
|
|
lib_deps =
|
|
bodmer/TFT_eSPI@^2.5.33
|
|
nitek/XPT2046_Bitbang_Slim @ 2.0.0
|
|
;https://github.com/PaulStoffregen/XPT2046_Touchscreen.git#v1.4
|
|
adafruit/Adafruit HTU21DF Library @ 1.0.5
|
|
;wollewald/ADS1115_WE @ 1.4.3
|
|
adafruit/Adafruit MCP9808 Library @ 2.0.0
|
|
adafruit/Adafruit BusIO @ 1.16.1
|
|
;adafruit/Adafruit BME280 Library @ 2.2.4
|
|
adafruit/Adafruit BMP280 Library @ 2.6.8
|
|
adafruit/Adafruit Unified Sensor @ 1.1.14
|
|
adafruit/RTClib @ 2.1.4
|
|
SD
|
|
FS
|
|
SPI
|
|
|
|
build_flags =
|
|
-DUSER_SETUP_LOADED
|
|
-DUSE_HSPI_PORT
|
|
-DTFT_MISO=12
|
|
-DTFT_MOSI=13
|
|
-DTFT_SCLK=14
|
|
-DTFT_CS=15
|
|
-DTFT_DC=2
|
|
-DTFT_RST=-1
|
|
-DTFT_BL=21
|
|
-DTFT_BACKLIGHT_ON=HIGH
|
|
-DSPI_FREQUENCY=55000000
|
|
-DSPI_READ_FREQUENCY=20000000
|
|
-DSPI_TOUCH_FREQUENCY=2500000
|
|
-DLOAD_GLCD
|
|
-DLOAD_FONT2
|
|
-DLOAD_FONT4
|
|
-DLOAD_FONT6
|
|
-DLOAD_FONT7
|
|
-DLOAD_FONT8
|
|
-DLOAD_GFXFF
|
|
-DSAVE_INTERVAL=5
|
|
-DKorrekturLuftdruck=27.3
|
|
|
|
[env:cyd]
|
|
build_flags =
|
|
${env.build_flags}
|
|
-DILI9341_2_DRIVER
|
|
-DSTASSID=\"MagentaWLAN-RGDO\"
|
|
-DSTAPSK=\"93329248424922704583\"
|
|
|
|
[env:cyd2usb]
|
|
build_flags =
|
|
${env.build_flags}
|
|
-DST7789_DRIVER
|
|
-DTFT_RGB_ORDER=TFT_BGR
|
|
-DTFT_INVERSION_OFF
|
|
-DSTASSID=\"MagentaWLAN-RGDO\"
|
|
-DSTAPSK=\"93329248424922704583\"
|
|
|
|
[env:cydboris]
|
|
build_flags =
|
|
${env.build_flags}
|
|
-DILI9341_2_DRIVER
|
|
-DSTASSID=\"FRITZ!Box7362SL\"
|
|
-DSTAPSK=\"BorisundEva2007\"
|