pre removal

This commit is contained in:
lulzette 2020-02-23 21:54:08 +03:00
parent 42eae6ec9c
commit 48ffc8d22c

7
wifi.templ.h Executable file
View File

@ -0,0 +1,7 @@
#ifndef ssid_pass_h
#define ssid_pass_h
const char* ssid = "";
const char* password = "";
#endif