mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
parent
31e35695e6
commit
6254fc9b67
@ -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
|
||||
|
@ -40,7 +40,7 @@ build_flags =
|
||||
-DUSE_DATASECURE
|
||||
|
||||
[env:nodemcuv2_tp]
|
||||
platform = espressif8266
|
||||
platform = espressif8266@^2
|
||||
board = nodemcuv2
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
|
@ -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 =
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user