fix bulid (#143)

fix bulid


fix bulid


fix bulid
This commit is contained in:
croghostrider 2021-06-14 08:10:48 +02:00 committed by GitHub
parent 31e35695e6
commit 6254fc9b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#include <Arduino.h>
#include <knx.h>
#if defined ARDUINO_ARCH_ESP8266 || defined ARDUINO_ARCH_ESP32
#if MASK_VERSION != 0x07B0 && (defined ARDUINO_ARCH_ESP8266 || defined ARDUINO_ARCH_ESP32)
#include <WiFiManager.h>
#endif
@ -60,7 +60,7 @@ void setup()
randomSeed(millis());
#if defined ARDUINO_ARCH_ESP8266 || defined ARDUINO_ARCH_ESP32
#if MASK_VERSION != 0x07B0 && (defined ARDUINO_ARCH_ESP8266 || defined ARDUINO_ARCH_ESP32)
WiFiManager wifiManager;
wifiManager.autoConnect("knx-demo");
#endif

View File

@ -40,7 +40,7 @@ build_flags =
-DUSE_DATASECURE
[env:nodemcuv2_tp]
platform = espressif8266
platform = espressif8266@^2
board = nodemcuv2
framework = arduino
lib_deps =

View File

@ -51,7 +51,7 @@ build_flags =
# -Wno-unknown-pragmas
[env:nodemcuv2_tp]
platform = espressif8266
platform = espressif8266@^2
board = nodemcuv2
framework = arduino
; We consider that the this projects is opened within its project directory
@ -59,7 +59,7 @@ framework = arduino
lib_extra_dirs = ../../../
lib_deps =
WifiManager
WifiManager@0.15.0
knx
build_flags =

View File

@ -8,7 +8,7 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:adafruit_feather_m0]
platform = atmelsam
platform = atmelsam@6.0.1
board = adafruit_feather_m0
framework = arduino

View File

@ -13,7 +13,7 @@
libdeps_dir = /tmp/libdeps
[env:adafruit_feather_m0]
platform = atmelsam
platform = atmelsam@6.0.1
board = adafruit_feather_m0
framework = arduino
; We consider that the this projects is opened within its project directory
@ -27,7 +27,7 @@ board_build.usb_product="KNX RF - USB Interface"
lib_deps =
SPI
Adafruit TinyUSB Library
Adafruit TinyUSB Library@0.7.1
https://github.com/thelsing/FlashStorage.git
knx