aqieez

Results 2 issues of aqieez

I am running wifimnager on LoPy 4 I have made necessary changes to make it work with LoPy 4 but now I am getting OSError: [Errno 113] ECONNABORTED error on...

in a while loop, it's not waking up after 2nd time ``` const express = require('express') const sleep = require('system-sleep') const app = express() app.listen(3000, () => { while(true){ console.log("in...