Skip to content

Commit

Permalink
Remove stray back-slash
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed Feb 10, 2021
1 parent 253c083 commit 93901d0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/DRWI_CitSci/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const char* samplingFeature = "12345678-abcd-1234-ef00-1234567890ab"; // Sampli
_______


[//]: # ( @section example_drwi_2g_pio_config PlatformIO Configuration \)
[//]: # ( @section example_drwi_2g_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} DRWI_CitSci/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/DRWI_LTE/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const char* samplingFeature = "12345678-abcd-1234-ef00-1234567890ab"; // Sampli
_______


[//]: # ( @section example_drwi_lte_pio_config PlatformIO Configuration \)
[//]: # ( @section example_drwi_lte_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} DRWI_LTE/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/DRWI_NoCellular/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const char* samplingFeature = "12345678-abcd-1234-ef00-1234567890ab"; // Sampli
_______


[//]: # ( @section example_drwi_no_cell_pio_config PlatformIO Configuration \)
[//]: # ( @section example_drwi_no_cell_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} DRWI_NoCellular/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/baro_rho_correction/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const char *LoggerID = "XXXX";

_______

[//]: # ( @section example_baro_rho_pio_config PlatformIO Configuration \)
[//]: # ( @section example_baro_rho_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} baro_rho_correction/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/data_saving/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const char *LoggerID = "XXXX";
_______


[//]: # ( @section example_data_saving_pio_config PlatformIO Configuration \)
[//]: # ( @section example_data_saving_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} data_saving/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/double_logger/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const char *LoggerID = "XXXX";
_______


[//]: # ( @section example_double_log_pio_config PlatformIO Configuration \)
[//]: # ( @section example_double_log_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} double_logger/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/logging_to_MMW/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const char *LoggerID = "XXXX";

_______

[//]: # ( @section example_mmw_pio_config PlatformIO Configuration \)
[//]: # ( @section example_mmw_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} logging_to_MMW/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/logging_to_ThingSpeak/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const char *thingSpeakChannelKey = "XXXXXXXXXXXXXXXX"; // The Write API Key for
_______


[//]: # ( @section example_thingspeak_pio_config PlatformIO Configuration \)
[//]: # ( @section example_thingspeak_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} logging_to_ThingSpeak/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/menu_a_la_carte/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ All together, this gives:
If you need more help in writing a complex loop, the [double_logger example program](https://github.com/EnviroDIY/ModularSensors/tree/master/examples/double_logger) demonstrates using a custom loop function in order to log two different groups of sensors at different logging intervals.
The [data_saving example program](https://github.com/EnviroDIY/ModularSensors/tree/master/examples/data_saving) shows using a custom loop in order to save cellular data by saving data from many variables on the SD card, but only sending a portion of the data to the EnviroDIY data portal.

[//]: # ( @section example_menu_pio_config PlatformIO Configuration \)
[//]: # ( @section example_menu_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} menu_a_la_carte/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_logging/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const char *LoggerID = "XXXX";
_______


[//]: # ( @section example_simple_logging_pio_config PlatformIO Configuration \)
[//]: # ( @section example_simple_logging_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} simple_logging/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_logging_LearnEnviroDIY/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ _______



[//]: # ( @section example_learn_envirodiy_pio_config PlatformIO Configuration \)
[//]: # ( @section example_learn_envirodiy_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} simple_logging_LearnEnviroDIY/platformio.ini )

Expand Down
2 changes: 1 addition & 1 deletion examples/single_sensor/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ _______
_______


[//]: # ( @section example_single_sensor_pio_config PlatformIO Configuration \)
[//]: # ( @section example_single_sensor_pio_config PlatformIO Configuration )

[//]: # ( @include{lineno} single_sensor/platformio.ini )

Expand Down

0 comments on commit 93901d0

Please sign in to comment.