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 <Arduino.h>
|
||||||
#include <knx.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>
|
#include <WiFiManager.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ void setup()
|
|||||||
|
|
||||||
randomSeed(millis());
|
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 wifiManager;
|
||||||
wifiManager.autoConnect("knx-demo");
|
wifiManager.autoConnect("knx-demo");
|
||||||
#endif
|
#endif
|
||||||
|
@ -40,7 +40,7 @@ build_flags =
|
|||||||
-DUSE_DATASECURE
|
-DUSE_DATASECURE
|
||||||
|
|
||||||
[env:nodemcuv2_tp]
|
[env:nodemcuv2_tp]
|
||||||
platform = espressif8266
|
platform = espressif8266@^2
|
||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
@ -51,7 +51,7 @@ build_flags =
|
|||||||
# -Wno-unknown-pragmas
|
# -Wno-unknown-pragmas
|
||||||
|
|
||||||
[env:nodemcuv2_tp]
|
[env:nodemcuv2_tp]
|
||||||
platform = espressif8266
|
platform = espressif8266@^2
|
||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
; We consider that the this projects is opened within its project directory
|
; We consider that the this projects is opened within its project directory
|
||||||
@ -59,7 +59,7 @@ framework = arduino
|
|||||||
lib_extra_dirs = ../../../
|
lib_extra_dirs = ../../../
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
WifiManager
|
WifiManager@0.15.0
|
||||||
knx
|
knx
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
[env:adafruit_feather_m0]
|
[env:adafruit_feather_m0]
|
||||||
platform = atmelsam
|
platform = atmelsam@6.0.1
|
||||||
board = adafruit_feather_m0
|
board = adafruit_feather_m0
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
libdeps_dir = /tmp/libdeps
|
libdeps_dir = /tmp/libdeps
|
||||||
|
|
||||||
[env:adafruit_feather_m0]
|
[env:adafruit_feather_m0]
|
||||||
platform = atmelsam
|
platform = atmelsam@6.0.1
|
||||||
board = adafruit_feather_m0
|
board = adafruit_feather_m0
|
||||||
framework = arduino
|
framework = arduino
|
||||||
; We consider that the this projects is opened within its project directory
|
; 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 =
|
lib_deps =
|
||||||
SPI
|
SPI
|
||||||
Adafruit TinyUSB Library
|
Adafruit TinyUSB Library@0.7.1
|
||||||
https://github.com/thelsing/FlashStorage.git
|
https://github.com/thelsing/FlashStorage.git
|
||||||
knx
|
knx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user