Files
esp8266-led-marquee-sign-co…/src/credentials.h.example
2024-03-21 01:39:45 +01:00

9 lines
161 B
Plaintext

#pragma once
namespace credentials {
const String ssid = "my SSID";
const String psk = "my PSK";
const String mdnsHostname = "led-marquee-sign";
}