This repository has been archived on 2024-10-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
esp-firewall/esp8266example/include/theSecrets-example.h
2022-07-29 10:50:40 +02:00

9 lines
184 B
C

#ifndef _THE_SECRETS_H_
#define _THE_SECRETS_H_
const char *ssid = "Wifi";
const char *psk = "password";
const char *username = "username";
const char *password = "password";
#endif