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