File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
libraries/PPP/examples/PPP_Basic Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments