esp32_radio/wifiinfo.h.sample

10 lines
207 B
Plaintext
Raw Normal View History

2022-08-11 15:09:39 +00:00
#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"
#define HOSTNAME "hostname"
#endif