Initial commit
This commit is contained in:
8
src/credentials.h.example
Normal file
8
src/credentials.h.example
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace credentials {
|
||||
const String ssid = "my SSID";
|
||||
const String psk = "my PSK";
|
||||
|
||||
const String mdnsHostname = "led-marquee-sign";
|
||||
}
|
Reference in New Issue
Block a user