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/ESPFirewall/include/theSecrets-example.h

10 lines
178 B
C
Raw Normal View History

2022-04-21 15:16:54 +02:00
#ifndef THESECRETS_H
#define THESECRETS_H
const char *ssid = "Wifi";
const char *psk = "password";
2022-04-24 18:28:41 +02:00
const char *username = "username";
const char *password = "password";
2022-04-21 15:16:54 +02:00
#endif