|
Sentinel
|
#include "network/network.h"#include "config.h"#include "utils/threadsafe_serial.h"#include <Arduino.h>#include <TinyGSM.h>#include <WiFi.h>Macros | |
| #define | NETWORK_CONNECTED_BIT BIT0 |
Variables | |
| TinyGsm | modem |
| EventGroupHandle_t | networkEventGroup |
| SemaphoreHandle_t | modemMutex |
| SemaphoreHandle_t | networkEventMutex |
Network management for WiFi and LTE connections