mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 12:49:50 +03:00
mac check
This commit is contained in:
0
build_flags_mega2560-net.sh
Normal file → Executable file
0
build_flags_mega2560-net.sh
Normal file → Executable file
0
check_custom_build_flags_controllino.sh
Normal file → Executable file
0
check_custom_build_flags_controllino.sh
Normal file → Executable file
0
check_custom_build_flags_due-5500.sh
Normal file → Executable file
0
check_custom_build_flags_due-5500.sh
Normal file → Executable file
0
check_custom_build_flags_due.sh
Normal file → Executable file
0
check_custom_build_flags_due.sh
Normal file → Executable file
0
check_custom_build_flags_esp32.sh
Normal file → Executable file
0
check_custom_build_flags_esp32.sh
Normal file → Executable file
0
check_custom_build_flags_esp8266.sh
Normal file → Executable file
0
check_custom_build_flags_esp8266.sh
Normal file → Executable file
0
check_custom_build_flags_lighthub21.sh
Normal file → Executable file
0
check_custom_build_flags_lighthub21.sh
Normal file → Executable file
0
check_custom_build_flags_mega2560-5500.sh
Normal file → Executable file
0
check_custom_build_flags_mega2560-5500.sh
Normal file → Executable file
0
check_custom_build_flags_mega2560-slim.sh
Normal file → Executable file
0
check_custom_build_flags_mega2560-slim.sh
Normal file → Executable file
0
check_custom_build_flags_mega2560.sh
Normal file → Executable file
0
check_custom_build_flags_mega2560.sh
Normal file → Executable file
0
check_custom_build_flags_nrf52840.sh
Normal file → Executable file
0
check_custom_build_flags_nrf52840.sh
Normal file → Executable file
0
check_custom_build_flags_stm32.sh
Normal file → Executable file
0
check_custom_build_flags_stm32.sh
Normal file → Executable file
@@ -22,7 +22,7 @@ e-mail anklimov@gmail.com
|
|||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "aJSON.h"
|
#include "aJSON.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "homiedef.h"
|
#include "textconst.h"
|
||||||
|
|
||||||
#ifdef _dmxout
|
#ifdef _dmxout
|
||||||
#include "dmx.h"
|
#include "dmx.h"
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
|
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "homiedef.h"
|
#include "textconst.h"
|
||||||
#include <PubSubClient.h>
|
#include <PubSubClient.h>
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "Streaming.h"
|
#include "Streaming.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "homiedef.h"
|
#include "textconst.h"
|
||||||
|
|
||||||
#ifndef AC_Serial
|
#ifndef AC_Serial
|
||||||
#define AC_Serial Serial3
|
#define AC_Serial Serial3
|
||||||
|
|||||||
0
mosquitto_examples.sh
Normal file → Executable file
0
mosquitto_examples.sh
Normal file → Executable file
0
pioenvs.sh
Normal file → Executable file
0
pioenvs.sh
Normal file → Executable file
0
piolibdeps.sh
Normal file → Executable file
0
piolibdeps.sh
Normal file → Executable file
@@ -11,7 +11,7 @@
|
|||||||
;home_dir = C:\platformio
|
;home_dir = C:\platformio
|
||||||
src_dir = lighthub
|
src_dir = lighthub
|
||||||
;monitor_speed = 115200
|
;monitor_speed = 115200
|
||||||
env_default =
|
default_envs =
|
||||||
; ****** UNCOMMENT single environment name for target platform below *******
|
; ****** UNCOMMENT single environment name for target platform below *******
|
||||||
; Arduino Mega (without onewire) + Ethernet shield Wiznet 5100
|
; Arduino Mega (without onewire) + Ethernet shield Wiznet 5100
|
||||||
; mega2560slim-5100
|
; mega2560slim-5100
|
||||||
@@ -29,7 +29,7 @@ env_default =
|
|||||||
; due-5100
|
; due-5100
|
||||||
|
|
||||||
; Arduino DUE + Ethernet shield Wiznet 5500
|
; Arduino DUE + Ethernet shield Wiznet 5500
|
||||||
; due-5500
|
due-5500
|
||||||
|
|
||||||
; ESP 8266
|
; ESP 8266
|
||||||
; esp8266-wifi
|
; esp8266-wifi
|
||||||
@@ -406,7 +406,7 @@ lib_deps =
|
|||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = due
|
board = due
|
||||||
build_flags = !check_custom_build_flags_due-5500.sh
|
build_flags = !./check_custom_build_flags_due-5500.sh
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
DHT sensor library for ESPx
|
DHT sensor library for ESPx
|
||||||
ESPDMX
|
ESPDMX
|
||||||
|
|||||||
Reference in New Issue
Block a user