Browse Source
Merge pull request #2427 from recrof/tabs-to-spaces
replace all intendation tabs to spaces in pio ini files
pull/2435/head
Liam Cottle
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
4 additions and
4 deletions
-
platformio.ini
-
variants/keepteen_lt1/platformio.ini
-
variants/promicro/platformio.ini
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
|
|
|
|
[platformio] |
|
|
|
extra_configs = |
|
|
|
variants/*/platformio.ini |
|
|
|
platformio.local.ini |
|
|
|
variants/*/platformio.ini |
|
|
|
platformio.local.ini |
|
|
|
|
|
|
|
[arduino_base] |
|
|
|
framework = arduino |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ build_src_filter = ${nrf52_base.build_src_filter} |
|
|
|
+<helpers/sensors> |
|
|
|
+<../variants/keepteen_lt1> |
|
|
|
lib_deps= ${nrf52_base.lib_deps} |
|
|
|
adafruit/Adafruit SSD1306 @ ^2.5.13 |
|
|
|
adafruit/Adafruit SSD1306 @ ^2.5.13 |
|
|
|
stevemarple/MicroNMEA @ ^2.0.6 |
|
|
|
|
|
|
|
[env:KeepteenLT1_repeater] |
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ build_src_filter = ${nrf52_base.build_src_filter} |
|
|
|
+<helpers/sensors> |
|
|
|
+<../variants/promicro> |
|
|
|
lib_deps= ${nrf52_base.lib_deps} |
|
|
|
adafruit/Adafruit SSD1306 @ ^2.5.13 |
|
|
|
adafruit/Adafruit SSD1306 @ ^2.5.13 |
|
|
|
adafruit/Adafruit INA3221 Library @ ^1.0.1 |
|
|
|
adafruit/Adafruit INA219 @ ^1.2.3 |
|
|
|
adafruit/Adafruit AHTX0 @ ^2.0.5 |
|
|
|
|