From 668f0118b00508c13b85174cbae8f6a762b7c59d Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Wed, 16 Oct 2019 01:31:31 +0300 Subject: [PATCH] mac check --- build_flags_mega2560-net.sh | 0 check_custom_build_flags_controllino.sh | 0 check_custom_build_flags_due-5500.sh | 0 check_custom_build_flags_due.sh | 0 check_custom_build_flags_esp32.sh | 0 check_custom_build_flags_esp8266.sh | 0 check_custom_build_flags_lighthub21.sh | 0 check_custom_build_flags_mega2560-5500.sh | 0 check_custom_build_flags_mega2560-slim.sh | 0 check_custom_build_flags_mega2560.sh | 0 check_custom_build_flags_nrf52840.sh | 0 check_custom_build_flags_stm32.sh | 0 lighthub/item.cpp | 2 +- lighthub/main.h | 2 +- lighthub/modules/out_ac.cpp | 2 +- mosquitto_examples.sh | 0 pioenvs.sh | 0 piolibdeps.sh | 0 platformio.ini | 6 +++--- 19 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 build_flags_mega2560-net.sh mode change 100644 => 100755 check_custom_build_flags_controllino.sh mode change 100644 => 100755 check_custom_build_flags_due-5500.sh mode change 100644 => 100755 check_custom_build_flags_due.sh mode change 100644 => 100755 check_custom_build_flags_esp32.sh mode change 100644 => 100755 check_custom_build_flags_esp8266.sh mode change 100644 => 100755 check_custom_build_flags_lighthub21.sh mode change 100644 => 100755 check_custom_build_flags_mega2560-5500.sh mode change 100644 => 100755 check_custom_build_flags_mega2560-slim.sh mode change 100644 => 100755 check_custom_build_flags_mega2560.sh mode change 100644 => 100755 check_custom_build_flags_nrf52840.sh mode change 100644 => 100755 check_custom_build_flags_stm32.sh mode change 100644 => 100755 mosquitto_examples.sh mode change 100644 => 100755 pioenvs.sh mode change 100644 => 100755 piolibdeps.sh diff --git a/build_flags_mega2560-net.sh b/build_flags_mega2560-net.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_controllino.sh b/check_custom_build_flags_controllino.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_due-5500.sh b/check_custom_build_flags_due-5500.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_due.sh b/check_custom_build_flags_due.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_esp32.sh b/check_custom_build_flags_esp32.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_esp8266.sh b/check_custom_build_flags_esp8266.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_lighthub21.sh b/check_custom_build_flags_lighthub21.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_mega2560-5500.sh b/check_custom_build_flags_mega2560-5500.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_mega2560-slim.sh b/check_custom_build_flags_mega2560-slim.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_mega2560.sh b/check_custom_build_flags_mega2560.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_nrf52840.sh b/check_custom_build_flags_nrf52840.sh old mode 100644 new mode 100755 diff --git a/check_custom_build_flags_stm32.sh b/check_custom_build_flags_stm32.sh old mode 100644 new mode 100755 diff --git a/lighthub/item.cpp b/lighthub/item.cpp index 3cd1f21..e09793a 100644 --- a/lighthub/item.cpp +++ b/lighthub/item.cpp @@ -22,7 +22,7 @@ e-mail anklimov@gmail.com #include "item.h" #include "aJSON.h" #include "utils.h" -#include "homiedef.h" +#include "textconst.h" #ifdef _dmxout #include "dmx.h" diff --git a/lighthub/main.h b/lighthub/main.h index 577ccef..354eb20 100644 --- a/lighthub/main.h +++ b/lighthub/main.h @@ -153,7 +153,7 @@ #include "Arduino.h" #include "utils.h" -#include "homiedef.h" +#include "textconst.h" #include #include #include diff --git a/lighthub/modules/out_ac.cpp b/lighthub/modules/out_ac.cpp index e0354b1..688dc61 100644 --- a/lighthub/modules/out_ac.cpp +++ b/lighthub/modules/out_ac.cpp @@ -5,7 +5,7 @@ #include "options.h" #include "Streaming.h" #include "item.h" -#include "homiedef.h" +#include "textconst.h" #ifndef AC_Serial #define AC_Serial Serial3 diff --git a/mosquitto_examples.sh b/mosquitto_examples.sh old mode 100644 new mode 100755 diff --git a/pioenvs.sh b/pioenvs.sh old mode 100644 new mode 100755 diff --git a/piolibdeps.sh b/piolibdeps.sh old mode 100644 new mode 100755 diff --git a/platformio.ini b/platformio.ini index 5888090..e2be398 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,7 +11,7 @@ ;home_dir = C:\platformio src_dir = lighthub ;monitor_speed = 115200 -env_default = +default_envs = ; ****** UNCOMMENT single environment name for target platform below ******* ; Arduino Mega (without onewire) + Ethernet shield Wiznet 5100 ; mega2560slim-5100 @@ -29,7 +29,7 @@ env_default = ; due-5100 ; Arduino DUE + Ethernet shield Wiznet 5500 -; due-5500 + due-5500 ; ESP 8266 ; esp8266-wifi @@ -406,7 +406,7 @@ lib_deps = platform = atmelsam framework = arduino board = due -build_flags = !check_custom_build_flags_due-5500.sh +build_flags = !./check_custom_build_flags_due-5500.sh lib_ignore = DHT sensor library for ESPx ESPDMX