WIP: Exposed Interface mode for setting

This commit is contained in:
attermann 2023-12-02 10:14:08 -07:00
parent 9e0fb02581
commit 9f0e71bb81
3 changed files with 6 additions and 3 deletions

View file

@ -60,8 +60,8 @@ bool UDPInterface::start(const char* wifi_ssid, const char* wifi_password, int p
extreme("UDPInterface: wifi ssid: " + _wifi_ssid);
extreme("UDPInterface: wifi password: " + _wifi_password);
extreme("UDPInterface: local host: " + _local_host);
extreme("UDPInterface: local port: " + std::to_string(_remote_port));
extreme("UDPInterface: remote host: " + _local_host);
extreme("UDPInterface: local port: " + std::to_string(_local_port));
extreme("UDPInterface: remote host: " + _remote_host);
extreme("UDPInterface: remote port: " + std::to_string(_remote_port));
#ifdef ARDUINO