mirror of
https://github.com/markqvist/reticulum-cpp
synced 2026-08-12 18:35:00 -04:00
WIP: Exposed Interface mode for setting
This commit is contained in:
parent
9e0fb02581
commit
9f0e71bb81
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue