mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
minor updates, change default port back to 88 from 1288
This commit is contained in:
@@ -233,7 +233,6 @@ module.exports = function() {
|
||||
|
||||
// Disables AP mode and reverts to wifi connection
|
||||
_enable_wifi_mode = function(connection_info, callback) {
|
||||
console.log("Entered: _enable_wifi_mode");
|
||||
|
||||
_is_wifi_enabled(function(error, result_ip) {
|
||||
if (error) return callback(error);
|
||||
|
||||
+1
-1
@@ -18,6 +18,6 @@
|
||||
},
|
||||
|
||||
"server": {
|
||||
"port": 1288
|
||||
"port": 88
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user