This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
esp-firewall/esp8266example/include/theSecrets-example.h

10 lines
184 B
C
Raw Permalink Normal View History

2022-07-29 10:50:40 +02:00
#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