-
Notifications
You must be signed in to change notification settings - Fork 7
ExampleSecretHeader
Michal Schwarz edited this page Feb 3, 2019
·
1 revision
/*
* This file is part of the distribution (https://github.com/wifi-drone-esp32 or http://wifi-drone-esp32.github.io).
* Copyright (c) 2019 Michal Schwarz.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef Secret_h
#define Secret_h
#define WIFI_SSID "replace-me"
#define WIFI_PASSWORD "replace-me"
#endif