Skip to content

Commit 912f042

Browse files
authored
Update DRWI_SIM7080LTE.ino
1 parent 2923710 commit 912f042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/DRWI_SIM7080LTE/DRWI_SIM7080LTE.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ const int32_t modemBaud = 9600; // SIM7080 does auto-bauding by default, but
9797
// Modem Pins - Describe the physical pin connection of your modem to your board
9898
// NOTE: Use -1 for pins that do not apply
9999

100-
const int8_t modemVccPin =
101-
18; // MCU pin controlling modem power --- Pin 18 is the power enable pin
102-
// for the bee socket on Mayfly v1.0,
100+
const int8_t modemVccPin = 18; // MCU pin controlling modem power ---
101+
// Pin 18 is the power enable pin
102+
// for the bee socket on Mayfly v1.0,
103103
// use -1 if using Mayfly 0.5b or if the bee socket is constantly
104104
// powered (ie you changed SJ18 on Mayfly1.0 to 3.3v)
105105
const int8_t modemStatusPin = 19; // MCU pin used to read modem status

0 commit comments

Comments
 (0)