forked from cyberman54/ESP32-Paxcounter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Klaus K Wilting
committed
Jul 19, 2020
1 parent
6b785fe
commit 48cdb06
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
;halfile = ttgov21new.h | ||
;halfile = ttgofox.h | ||
;halfile = ttgobeam.h | ||
;halfile = ttgobeam10.h | ||
halfile = ttgobeam10.h | ||
;halfile = fipy.h | ||
;halfile = lopy.h | ||
;halfile = lopy4.h | ||
|
@@ -33,7 +33,7 @@ | |
;halfile = tinypicomatrix.h | ||
;halfile = m5core.h | ||
;halfile = m5fire.h | ||
halfile = olimexpoeiso.h | ||
;halfile = olimexpoeiso.h | ||
|
||
[platformio] | ||
; upload firmware to board with usb cable | ||
|
@@ -61,8 +61,7 @@ display_library = ; set by build.py and taken from hal file | |
lib_deps_lora = | ||
MCCI LoRaWAN LMIC [email protected] ; MCCI LMIC by Terrill Moore | ||
lib_deps_display = | ||
;OneBitDisplay@>1.4.0 | ||
https://github.com/bitbank2/OneBitDisplay.git | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
TFT_eSPI@>=2.2.8 | ||
|
@@ -73,7 +72,7 @@ lib_deps_rgbled = | |
lib_deps_gps = | ||
1655@>=1.0.2 ; #1655 TinyGPSPlus by Mikal Hart | ||
lib_deps_sensors = | ||
Adafruit Unified Sensor@>=1.1.3 | ||
Adafruit Unified Sensor@>=1.1.4 | ||
Adafruit BME280 Library@>=2.0.2 | ||
Adafruit BMP085 Library@>=1.1.0 | ||
BSEC Software [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters