esp32_radio/esp32_radio/wifiinfo.h.sample

9 lines
179 B
Plaintext
Raw Normal View History

2022-08-09 20:15:15 +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"
#endif