esp32_radio/esp32_radio/wifiinfo.h.sample

9 lines
179 B
Plaintext

#ifndef CREDENTIALS_H
#define CREDENTIALS_H
// Replace with your actual SSID and password:
#define WIFI_SSID "Your SSID here"
#define WIFI_PASSWD "WLAN AP password here"
#endif