mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-11-25 09:23:09 -05:00
Cleanup
This commit is contained in:
parent
3f7a6a8941
commit
90539caee9
1 changed files with 1 additions and 1 deletions
2
Remote.h
2
Remote.h
|
|
@ -32,7 +32,7 @@
|
|||
uint32_t wifi_update_interval_ms = WIFI_UPDATE_INTERVAL_MS;
|
||||
uint32_t last_wifi_update = 0;
|
||||
|
||||
WiFiClient connection = NULL;
|
||||
WiFiClient connection;
|
||||
WiFiServer remote_listener(7633);
|
||||
IPAddress ap_ip(10, 0, 0, 1);
|
||||
IPAddress ap_nm(255, 255, 255, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue