platformio.ini updated
This commit is contained in:
parent
f75d31fec1
commit
194ee9d813
@ -7,7 +7,7 @@
|
||||
|
||||
; ---> SELECT THE TARGET PLATFORM HERE! <---
|
||||
[board]
|
||||
;halfile = generic.h
|
||||
halfile = generic.h
|
||||
;halfile = ebox.h
|
||||
;halfile = eboxtube.h
|
||||
;halfile = ecopower.h
|
||||
@ -18,7 +18,7 @@
|
||||
;halfile = ttgov21old.h
|
||||
;halfile = ttgov21new.h
|
||||
;halfile = ttgofox.h
|
||||
halfile = ttgobeam.h
|
||||
;halfile = ttgobeam.h
|
||||
;halfile = fipy.h
|
||||
;halfile = lopy.h
|
||||
;halfile = lopy4.h
|
||||
@ -66,12 +66,12 @@ lib_deps_rgbled =
|
||||
lib_deps_gps =
|
||||
1655@>=1.0.2 ;TinyGPSPlus by Mikal Hart
|
||||
lib_deps_sensors =
|
||||
Adafruit Unified Sensor@^1.0.3
|
||||
Adafruit BME280 Library@1.0.8
|
||||
Adafruit Unified Sensor@>=1.0.3
|
||||
Adafruit BME280 Library@>=1.0.9
|
||||
lib_deps_basic =
|
||||
ArduinoJson@^5.13.1
|
||||
76@^1.2.2 ;Timezone by Jack Christensen
|
||||
274@^2.3.3 ;RTC by Michael Miller
|
||||
76@>=1.2.2 ;Timezone by Jack Christensen
|
||||
274@>=2.3.3 ;RTC by Michael Miller
|
||||
SimpleButton
|
||||
lib_deps_all =
|
||||
${common.lib_deps_basic}
|
||||
@ -79,6 +79,7 @@ lib_deps_all =
|
||||
${common.lib_deps_display}
|
||||
${common.lib_deps_rgbled}
|
||||
${common.lib_deps_gps}
|
||||
${common.lib_deps_sensors}
|
||||
${common.lib_deps_matrix_display}
|
||||
build_flags_basic =
|
||||
-include "src/hal/${board.halfile}"
|
||||
|
Loading…
Reference in New Issue
Block a user