modem stuff
This commit is contained in:
parent
84f58a343e
commit
12d8f9a9fe
@ -17,6 +17,6 @@ int8_t networkUdpSend(char *hostname, uint16_t port, uint8_t *buf, uint16_t bufL
|
||||
|
||||
void networkImplInit() {
|
||||
HAL_GPIO_WritePin(MODEM_RES_GPIO_Port, MODEM_RES_Pin, GPIO_PIN_RESET);
|
||||
activeDelay(500);
|
||||
activeDelay(255);
|
||||
HAL_GPIO_WritePin(MODEM_RES_GPIO_Port, MODEM_RES_Pin, GPIO_PIN_SET);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user