ntpclock/wifi_config_template.h
2022-02-21 17:00:13 -06:00

10 lines
205 B
C

// SPDX-FileCopyrightText: 2022 Jeff Epler
//
// SPDX-License-Identifier: GPL-3.0-only
#pragma once
const char* const ntpserver = "";
const char* const ssid = "";
const char* const password = "";