A lot of UK people have tried tethering their Smartphone’s mobile broadband (4G, 5G) connection to a laptop by using the ‘Wi-Fi Hotspot‘ feature, but not everybody is aware that you can do the same ...
#include "secrets.h" // Wifi & Database credentials. const char* ssid = WIFI_SSID; // Use data from secrets.h const char* password = WIFI_PASSWORD; // Use data from secrets.h ...
ESP32, Arduino, Raspberry Pi and the likes over the Internet. This example code is in public domain. This example runs directly on ESP32 chip.