knx/examples/knx-demo-coupler/platformio-ci.ini
rueckix 73df7fd28c
Fix: "bool BauSystemBCoupler::configured()" (#112)
* Fix: "bool BauSystemBCoupler::configured()"
always returns false when KNXSecure is not supported/configured in ETS

* Update platformio-ci.ini

activate optional  USE_DATASECURE

* Update platformio-ci.ini

activate optional  USE_DATASECURE

* Update platformio-ci.ini

activate optional  USE_DATASECURE
2020-12-10 19:17:45 +01:00

58 lines
1.3 KiB
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
;--- SAMD --------------------------------------------------
[env:adafruit_feather_m0_tp_rf]
platform = atmelsam
board = adafruit_feather_m0
framework = arduino
lib_deps =
SPI
https://github.com/thelsing/FlashStorage.git
knx
build_flags =
-DMASK_VERSION=0x2920
-Wno-unknown-pragmas
-DUSE_DATASECURE
;-----------------------------------------------------------
;--- ESP8266 -----------------------------------------------
#[env:nodemcuv2_ip_tp]
#platform = espressif8266
#board = nodemcuv2
#framework = arduino
#lib_deps =
# WifiManager
# knx
#build_flags =
# -DMASK_VERSION=0x091A
# -Wno-unknown-pragmas
# -DUSE_DATASECURE
;---------------------------------------------------------
;--- ESP32 -----------------------------------------------
[env:esp32dev_ip_tp]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
knx
build_flags =
-DMASK_VERSION=0x091A
-Wno-unknown-pragmas
-DUSE_DATASECURE