RoboidControl-cpp/ArduinoUtils.h
2025-01-26 10:18:28 +01:00

4 lines
114 B
C

#pragma once
bool StartWifi(const char *wifiSsid, const char *wifiPassword,
bool hotspotFallback);