Skip to content

Commit b700f99

Browse files
ci(pre-commit): Apply automatic fixes
1 parent b5c2f70 commit b700f99

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: libraries/PPP/examples/PPP_Basic/PPP_Basic.ino

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#define PPP_MODEM_PIN "0000" // or NULL
55

66
// WaveShare SIM7600 HW Flow Control
7-
#define PPP_MODEM_RST 25
8-
#define PPP_MODEM_RST_LOW false //active HIGH
9-
#define PPP_MODEM_RST_DELAY 200
10-
#define PPP_MODEM_TX 21
11-
#define PPP_MODEM_RX 22
12-
#define PPP_MODEM_RTS 26
13-
#define PPP_MODEM_CTS 27
14-
#define PPP_MODEM_FC ESP_MODEM_FLOW_CONTROL_HW
15-
#define PPP_MODEM_MODEL PPP_MODEM_SIM7600
7+
#define PPP_MODEM_RST 25
8+
#define PPP_MODEM_RST_LOW false //active HIGH
9+
#define PPP_MODEM_RST_DELAY 200
10+
#define PPP_MODEM_TX 21
11+
#define PPP_MODEM_RX 22
12+
#define PPP_MODEM_RTS 26
13+
#define PPP_MODEM_CTS 27
14+
#define PPP_MODEM_FC ESP_MODEM_FLOW_CONTROL_HW
15+
#define PPP_MODEM_MODEL PPP_MODEM_SIM7600
1616

1717
// SIM800 basic module with just TX,RX and RST
1818
// #define PPP_MODEM_RST 0

0 commit comments

Comments
 (0)