esp-vfd-clock/firmware/main/clock_core.hpp

13 lines
140 B
C++

//
// Created by erki on 25/01/24.
//
#pragma once
namespace clock_core
{
void run(const char* wifi_ssid, const char* wifi_password);
}