minor updates, change default port back to 88 from 1288

This commit is contained in:
Shaba Abhiram
2015-02-07 21:10:34 -08:00
parent aa26844151
commit e58e12d5b8
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
View File
@@ -18,6 +18,6 @@
},
"server": {
"port": 1288
"port": 88
}
}