mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
Merge branch 'master' into develop
This commit is contained in:
@@ -298,7 +298,6 @@ void DMXOUT_propagate()
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
void ArtnetSetup()
|
||||
{
|
||||
#ifdef _artnet
|
||||
|
||||
@@ -114,6 +114,7 @@ monitor_speed = 115200
|
||||
[env:m5stack]
|
||||
platform = espressif32
|
||||
board = m5stack-core-esp32
|
||||
monitor_baud = 115200
|
||||
framework = arduino
|
||||
upload_speed = 921600
|
||||
build_flags = !python get_build_flags.py m5stack
|
||||
@@ -171,6 +172,7 @@ framework = arduino
|
||||
monitor_filters = esp32_exception_decoder
|
||||
build_type = debug
|
||||
board = esp32-evb
|
||||
monitor_baud = 115200
|
||||
upload_speed = 115200
|
||||
build_flags = !python get_build_flags.py esp32-wifi
|
||||
lib_ignore =
|
||||
@@ -224,6 +226,7 @@ monitor_speed = 115200
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
board = due
|
||||
monitor_baud = 115200
|
||||
build_flags = !python get_build_flags.py due-5100
|
||||
lib_ignore =
|
||||
;DS2482_OneWire //UNCOMMENT for software 1-wire driver
|
||||
@@ -274,6 +277,7 @@ monitor_speed = 115200
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
board = due
|
||||
monitor_baud = 115200
|
||||
build_flags = !python get_build_flags.py due
|
||||
; Need to place arduinoOTA utility from Arduino IDE distribution to folder in your PATH
|
||||
;fix address and password
|
||||
@@ -375,6 +379,7 @@ monitor_speed = 115200
|
||||
[env:mega2560-5500]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
monitor_baud = 115200
|
||||
framework = arduino
|
||||
build_flags = !python get_build_flags.py mega2560-5500
|
||||
lib_ignore =
|
||||
@@ -421,6 +426,7 @@ monitor_speed = 115200
|
||||
platform = espressif8266
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
monitor_baud = 115200
|
||||
upload_protocol = esptool
|
||||
|
||||
;upload_protocol = espota
|
||||
@@ -482,6 +488,7 @@ monitor_speed = 115200
|
||||
[env:mega2560-5100]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
monitor_baud = 115200
|
||||
framework = arduino
|
||||
upload_port = net:192.168.88.2:23000
|
||||
build_flags = !python get_build_flags.py mega2560-5100
|
||||
@@ -581,6 +588,7 @@ monitor_speed = 115200
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
board = due
|
||||
monitor_baud = 115200
|
||||
build_flags = !python get_build_flags.py lighthub21
|
||||
;upload_command = arduinoOTA -address 192.168.11.172 -port 65280 -username arduino -password password -b -upload /sketch -sketch $SOURCE ;sleep 4
|
||||
upload_command = arduinoOTA -address 192.168.88.64 -port 65280 -username arduino -password password -b -upload /sketch -sketch $SOURCE;sleep 4
|
||||
@@ -634,6 +642,7 @@ monitor_speed = 115200
|
||||
[env:controllino]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
monitor_baud = 115200
|
||||
framework = arduino
|
||||
build_flags = !python get_build_flags.py controllino
|
||||
lib_ignore =
|
||||
@@ -681,6 +690,7 @@ monitor_speed = 115200
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = nucleo_f103rb
|
||||
monitor_baud = 115200
|
||||
upload_protocol = stlink
|
||||
debug_tool = stlink
|
||||
build_flags = !python get_build_flags.py stm32-enc2860
|
||||
|
||||
Reference in New Issue
Block a user