Skip to content

Commit 1bcd611

Browse files
committed
Added version number to ini files
1 parent c033353 commit 1bcd611

File tree

14 files changed

+17
-33
lines changed

14 files changed

+17
-33
lines changed

examples/DRWI_CitSci/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; http://docs.platformio.org/page/projectconf.html
1010

1111
[platformio]
12-
description = ModularSensors example intended for DRWI users with CTD and turbidity
12+
description = ModularSensors example intended for DRWI users with CTD, turbidity, and 2G signal
1313

1414
[env:mayfly]
1515
monitor_speed = 115200
@@ -22,7 +22,7 @@ build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
lib_deps =
25-
EnviroDIY_ModularSensors
25+
EnviroDIY_ModularSensors@0.23.11
2626
; ^^ Use this when working from an official release of the library
2727
; https://github.com/EnviroDIY/ModularSensors.git#develop
2828
; ^^ Use this when if you want to pull from the develop branch

examples/DRWI_LTE/platformio.ini

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; http://docs.platformio.org/page/projectconf.html
1010

1111
[platformio]
12-
description = ModularSensors example menu_a_la_carte
12+
description = ModularSensors example intended for DRWI users with CTD, turbidity, and LTE signal
1313

1414
[env:mayfly]
1515
monitor_speed = 115200
@@ -20,16 +20,8 @@ lib_ldf_mode = deep+
2020
lib_ignore = RTCZero
2121
build_flags =
2222
-DSDI12_EXTERNAL_PCINT
23-
-DNEOSWSERIAL_EXTERNAL_PCINT
24-
-DMQTT_MAX_PACKET_SIZE=240
25-
-DENABLE_SERIAL2
26-
-DENABLE_SERIAL3
2723
lib_deps =
28-
EnviroDIY_ModularSensors
24+
EnviroDIY_ModularSensors@0.23.11
2925
; ^^ Use this when working from an official release of the library
3026
; https://github.com/EnviroDIY/ModularSensors.git#develop
3127
; ^^ Use this when if you want to pull from the develop branch
32-
https://github.com/PaulStoffregen/AltSoftSerial.git
33-
https://github.com/SRGDamia1/NeoSWSerial.git
34-
https://github.com/EnviroDIY/SoftwareSerial_ExternalInts.git
35-
; ^^ These are software serial port emulator libraries, you may not need them

examples/DRWI_NoCellular/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
lib_deps =
25-
EnviroDIY_ModularSensors
25+
EnviroDIY_ModularSensors@0.23.11
2626
; ^^ Use this when working from an official release of the library
2727
; https://github.com/EnviroDIY/ModularSensors.git#develop
2828
; ^^ Use this when if you want to pull from the develop branch

examples/baro_rho_correction/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_flags =
2323
-DSDI12_EXTERNAL_PCINT
2424
-DNEOSWSERIAL_EXTERNAL_PCINT
2525
lib_deps =
26-
EnviroDIY_ModularSensors
26+
EnviroDIY_ModularSensors@0.23.11
2727
; ^^ Use this when working from an official release of the library
2828
; https://github.com/EnviroDIY/ModularSensors.git#develop
2929
; ^^ Use this when if you want to pull from the develop branch

examples/data_saving/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
lib_deps =
25-
EnviroDIY_ModularSensors
25+
EnviroDIY_ModularSensors@0.23.11
2626
; ^^ Use this when working from an official release of the library
2727
; https://github.com/EnviroDIY/ModularSensors.git#develop
2828
; ^^ Use this when if you want to pull from the develop branch

examples/double_logger/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
lib_deps =
25-
EnviroDIY_ModularSensors
25+
EnviroDIY_ModularSensors@0.23.11
2626
; ^^ Use this when working from an official release of the library
2727
; https://github.com/EnviroDIY/ModularSensors.git#develop
2828
; ^^ Use this when if you want to pull from the develop branch

examples/logging_to_MMW/platformio.ini

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; http://docs.platformio.org/page/projectconf.html
1010

1111
[platformio]
12-
description = ModularSensors example menu_a_la_carte with two external sensors logging to Monitor My Watershed
12+
description = ModularSensors example menu_a_la_carte with two external sensors logging to Monitor My Watershed
1313

1414
[env:mayfly]
1515
monitor_speed = 115200
@@ -20,16 +20,8 @@ lib_ldf_mode = deep+
2020
lib_ignore = RTCZero
2121
build_flags =
2222
-DSDI12_EXTERNAL_PCINT
23-
-DNEOSWSERIAL_EXTERNAL_PCINT
24-
-DMQTT_MAX_PACKET_SIZE=240
25-
-DENABLE_SERIAL2
26-
-DENABLE_SERIAL3
2723
lib_deps =
28-
EnviroDIY_ModularSensors
24+
EnviroDIY_ModularSensors@0.23.11
2925
; ^^ Use this when working from an official release of the library
3026
; https://github.com/EnviroDIY/ModularSensors.git#develop
3127
; ^^ Use this when if you want to pull from the develop branch
32-
https://github.com/PaulStoffregen/AltSoftSerial.git
33-
https://github.com/SRGDamia1/NeoSWSerial.git
34-
https://github.com/EnviroDIY/SoftwareSerial_ExternalInts.git
35-
; ^^ These are software serial port emulator libraries, you may not need them

examples/logging_to_ThingSpeak/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_flags =
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
-DMQTT_MAX_PACKET_SIZE=240
2525
lib_deps =
26-
EnviroDIY_ModularSensors
26+
EnviroDIY_ModularSensors@0.23.11
2727
; ^^ Use this when working from an official release of the library
2828
; https://github.com/EnviroDIY/ModularSensors.git#develop
2929
; ^^ Use this when if you want to pull from the develop branch

examples/menu_a_la_carte/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build_flags =
2525
-DENABLE_SERIAL2
2626
-DENABLE_SERIAL3
2727
lib_deps =
28-
EnviroDIY_ModularSensors
28+
EnviroDIY_ModularSensors@0.23.11
2929
; ^^ Use this when working from an official release of the library
3030
; https://github.com/EnviroDIY/ModularSensors.git#develop
3131
; ^^ Use this when if you want to pull from the develop branch

examples/simple_logging/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
lib_deps =
25-
EnviroDIY_ModularSensors
25+
EnviroDIY_ModularSensors@0.23.11
2626
; ^^ Use this when working from an official release of the library
2727
; https://github.com/EnviroDIY/ModularSensors.git#develop
2828
; ^^ Use this when if you want to pull from the develop branch

0 commit comments

Comments
 (0)