mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
Update http_server.js
This commit is contained in:
@@ -29,7 +29,7 @@ async.series([
|
||||
wifi_manager.is_ap_enabled(function(error, result) {
|
||||
if(error || result==null){
|
||||
console.log("AP is not enabled: " + error);
|
||||
process.exit(0);
|
||||
process.exit(0); //不管在什么模式下,这个检测一直是 null
|
||||
} else {
|
||||
console.log("AP is enabled: " + result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user