mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 03:39:49 +03:00
Cross compilation fixes (esp) & binaries
This commit is contained in:
@@ -60,7 +60,7 @@ default_envs =
|
||||
[env:nrf52840]
|
||||
platform = nordicnrf52
|
||||
board = nrf52840_dk
|
||||
monitor_baud = 115200
|
||||
monitor_speed = 115200
|
||||
;board_build.variant = breakout
|
||||
;upload_protocol = mbed
|
||||
;upload_port = /dev/cu.SLAB_USBtoUART
|
||||
@@ -118,7 +118,7 @@ lib_deps =
|
||||
TimerInterrupt_Generic
|
||||
d00616/arduino-NVM @ ^0.9.1
|
||||
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
[env:m5stack]
|
||||
platform = espressif32
|
||||
@@ -141,7 +141,7 @@ lib_ignore =
|
||||
DMXSerial
|
||||
DmxDue
|
||||
DueFlashStorage
|
||||
SD
|
||||
;SD
|
||||
SdFat
|
||||
Ethernet
|
||||
Ethernet2
|
||||
@@ -196,6 +196,7 @@ monitor_filters = esp32_exception_decoder
|
||||
build_type = debug
|
||||
board = esp32-evb
|
||||
extra_scripts = extra_script.py
|
||||
monitor_speed = 115200
|
||||
|
||||
;Comment next 2 lines to disable OTA and allow USB uploading, uncomment for OTA
|
||||
;upload_protocol = custom
|
||||
@@ -258,9 +259,6 @@ lib_deps =
|
||||
;ESPmDNS
|
||||
https://github.com/khoih-prog/TimerInterrupt_Generic.git
|
||||
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
|
||||
[env:due]
|
||||
;Experimental target with universal Ethernet Library
|
||||
@@ -468,7 +466,7 @@ monitor_speed = 115200
|
||||
[env:mega2560-5500]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
monitor_baud = 115200
|
||||
monitor_speed = 115200
|
||||
framework = arduino
|
||||
build_flags = !python get_build_flags.py mega2560-5500
|
||||
lib_ignore =
|
||||
@@ -513,7 +511,7 @@ lib_deps =
|
||||
ArduinoMDNS
|
||||
https://github.com/khoih-prog/TimerInterrupt_Generic.git
|
||||
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
[env:esp8266-wifi]
|
||||
platform = espressif8266
|
||||
|
||||
Reference in New Issue
Block a user