mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
Merge branch 'develop' of https://github.com/anklimov/lighthub into develop
This commit is contained in:
@@ -58,7 +58,7 @@ board = nrf52840_dk
|
||||
;upload_protocol = mbed
|
||||
;upload_port = /dev/cu.SLAB_USBtoUART
|
||||
framework = arduino
|
||||
build_flags = !bash check_custom_build_flags_nrf52840.sh
|
||||
build_flags = !check_custom_build_flags_nrf52840.sh
|
||||
lib_ignore =
|
||||
ESP_EEPROM
|
||||
DmxSimple
|
||||
@@ -110,7 +110,7 @@ platform = espressif32
|
||||
board = m5stack-core-esp32
|
||||
framework = arduino
|
||||
upload_speed = 921600
|
||||
build_flags = !bash check_custom_build_flags_esp32.sh
|
||||
build_flags = !check_custom_build_flags_esp32.sh
|
||||
lib_ignore =
|
||||
DmxSimple
|
||||
DMXSerial
|
||||
@@ -157,7 +157,7 @@ framework = arduino
|
||||
;board = pico32
|
||||
board = esp32-evb
|
||||
upload_speed = 115200
|
||||
build_flags = !bash check_custom_build_flags_esp32.sh
|
||||
build_flags = !check_custom_build_flags_esp32.sh
|
||||
lib_ignore =
|
||||
DmxSimple
|
||||
DMXSerial
|
||||
@@ -201,7 +201,7 @@ lib_deps =
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
board = due
|
||||
build_flags = !bash check_custom_build_flags_due.sh
|
||||
build_flags = !check_custom_build_flags_due.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
ESP_EEPROM
|
||||
@@ -244,7 +244,7 @@ platform = atmelavr
|
||||
board = megaatmega2560
|
||||
;upload_port = net:192.168.88.31:23
|
||||
framework = arduino
|
||||
build_flags = !bash check_custom_build_flags_mega2560-slim.sh
|
||||
build_flags = !check_custom_build_flags_mega2560-slim.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
DmxDue
|
||||
@@ -282,7 +282,7 @@ lib_deps =
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
framework = arduino
|
||||
build_flags = !bash check_custom_build_flags_mega2560-5500.sh
|
||||
build_flags = !check_custom_build_flags_mega2560-5500.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
DmxDue
|
||||
@@ -321,7 +321,7 @@ lib_deps =
|
||||
platform = espressif8266
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
build_flags = !bash check_custom_build_flags_esp8266.sh
|
||||
build_flags = !check_custom_build_flags_esp8266.sh
|
||||
lib_ignore =
|
||||
DmxSimple
|
||||
DMXSerial
|
||||
@@ -367,7 +367,7 @@ platform = atmelavr
|
||||
board = megaatmega2560
|
||||
framework = arduino
|
||||
upload_port = net:192.168.88.2:23000
|
||||
build_flags = !bash check_custom_build_flags_mega2560.sh
|
||||
build_flags = !check_custom_build_flags_mega2560.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
DmxDue
|
||||
@@ -406,7 +406,7 @@ lib_deps =
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
board = due
|
||||
build_flags = !bash check_custom_build_flags_due-5500.sh
|
||||
build_flags = !./check_custom_build_flags_due-5500.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
ESPDMX
|
||||
@@ -450,7 +450,7 @@ lib_deps =
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
board = due
|
||||
build_flags = !bash check_custom_build_flags_lighthub21.sh
|
||||
build_flags = !check_custom_build_flags_lighthub21.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
ESPDMX
|
||||
@@ -495,7 +495,7 @@ lib_deps =
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
framework = arduino
|
||||
build_flags = !bash check_custom_build_flags_controllino.sh
|
||||
build_flags = !check_custom_build_flags_controllino.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
DmxDue
|
||||
@@ -537,7 +537,7 @@ framework = arduino
|
||||
board = nucleo_f103rb
|
||||
upload_protocol = stlink
|
||||
debug_tool = stlink
|
||||
build_flags = !bash check_custom_build_flags_stm32.sh
|
||||
build_flags = !check_custom_build_flags_stm32.sh
|
||||
lib_ignore =
|
||||
DHT sensor library for ESPx
|
||||
DmxDue
|
||||
|
||||
Reference in New Issue
Block a user