Initial version that does nothing but replies to the /metrics endpoint
This commit is contained in:
34
config.h.sample
Normal file
34
config.h.sample
Normal file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
* Configuration values for ModularWeatherStation
|
||||
*
|
||||
* Copyright (C) 2021 Gergely Polonkai
|
||||
* Author: Gergely POLONKAI <gergely@polonkai.eu>
|
||||
*
|
||||
* ModularWeatherStation 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, either version 3 of
|
||||
* the License, or (at your option) any later version.
|
||||
*
|
||||
* ModularWeatherStation 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/>.
|
||||
*
|
||||
* As additional permission under GNU GPL version 3 section 7, you may
|
||||
* distribute non-source form of the Program without the copy of the
|
||||
* GNU GPL normally required by section 4, provided you inform the
|
||||
* receipents of GNU GPL by a written offer.
|
||||
*
|
||||
*/
|
||||
|
||||
// The SSID (name) and password of the WiFi network you want to connect to
|
||||
#define WIFI_SSID "YourWiFiName"
|
||||
#define WIFI_PASS "YourWiFiPass"
|
||||
|
||||
// The mDNS hostname you want this station to be visible as. This should be
|
||||
// different for each station you install (e.g. if you want to measure the
|
||||
// temperature and humidity of each room separately)
|
||||
#define MDNS_NAME "internal-hostname"
|
Reference in New Issue
Block a user