mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 04:39:49 +03:00
env_default, libdeps_dir does not help
This commit is contained in:
@@ -4,4 +4,4 @@ void setup(){
|
|||||||
}
|
}
|
||||||
void loop(){
|
void loop(){
|
||||||
loop_main();
|
loop_main();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,13 +11,12 @@
|
|||||||
src_dir = lighthub
|
src_dir = lighthub
|
||||||
env_default =
|
env_default =
|
||||||
megaatmega2560
|
megaatmega2560
|
||||||
due
|
; due
|
||||||
|
|
||||||
[env:due]
|
[env:due]
|
||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = due
|
board = due
|
||||||
libdeps_dir = .piolibdeps/due
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/sebnil/DueFlashStorage
|
https://github.com/sebnil/DueFlashStorage
|
||||||
https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49
|
https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49
|
||||||
@@ -39,7 +38,6 @@ platform = atmelsam
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
board = due
|
board = due
|
||||||
build_flags = -D Wiz5500
|
build_flags = -D Wiz5500
|
||||||
libdeps_dir = .piolibdeps/due-5500
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/sebnil/DueFlashStorage
|
https://github.com/sebnil/DueFlashStorage
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
@@ -58,7 +56,6 @@ lib_deps =
|
|||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
framework = arduino
|
framework = arduino
|
||||||
libdeps_dir = .piolibdeps/megaatmega2560
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49
|
https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49
|
||||||
; https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
; https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
@@ -79,7 +76,6 @@ lib_deps =
|
|||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
framework = arduino
|
framework = arduino
|
||||||
libdeps_dir = .piolibdeps/megaatmega2560-5500
|
|
||||||
build_flags = -D Wiz5500
|
build_flags = -D Wiz5500
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
@@ -99,7 +95,6 @@ lib_deps =
|
|||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
libdeps_dir = .piolibdeps/espressif8266
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
https://github.com/anklimov/DS2482_OneWire
|
https://github.com/anklimov/DS2482_OneWire
|
||||||
|
|||||||
Reference in New Issue
Block a user