Skip to content

Commit afc5960

Browse files
committed
Fix ESP32, add wifi example
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 8231863 commit afc5960

File tree

7 files changed

+490
-5
lines changed

7 files changed

+490
-5
lines changed

.github/workflows/build_examples_arduino_cli.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
examples/DRWI_DigiLTE/,
2525
examples/DRWI_SIM7080LTE/,
2626
examples/DRWI_Mayfly1/,
27+
examples/DRWI_Mayfly1_WiFi/,
2728
examples/double_logger/,
2829
examples/baro_rho_correction/,
2930
examples/data_saving/,

.github/workflows/build_examples_platformio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
examples/DRWI_DigiLTE/,
2424
examples/DRWI_SIM7080LTE/,
2525
examples/DRWI_Mayfly1/,
26+
examples/DRWI_Mayfly1_WiFi/,
2627
examples/double_logger/,
2728
examples/baro_rho_correction/,
2829
examples/data_saving/,

examples/DRWI_Mayfly1/DRWI_Mayfly1.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** =========================================================================
2-
* @file DRWI_SIM7080LTE.ino
2+
* @file DRWI_Mayfly1.ino
33
* @brief Example for DRWI CitSci LTE sites.
44
*
55
* This example shows proper settings for the following configuration:

0 commit comments

Comments
 (0)