rjjrbatarao

Results 8 comments of rjjrbatarao

@our30K I used sqlite transactions to isert faster. You can use INSERT query instead of the UPDATE Im using and it should also be fine since sqlite transactions is compatible...

@jason7sc How did you used the fnc12/sqlite_orm? do you have references how to port this to esp32? btw we have same problem and I solved mine using this directory /ffat/test.sqlite...

any libraries used by WiFi class works in esp32 if you use LAN8720 so no need to modify anything on this library, incase of w5500 its more complicated but I...

im using this for the mean time https://socket.dev/npm/package/frontend-router-js ```import router from "frontend-router-js";``` ``` useEffect(() => { const routes = document.getElementById("routes"); router.get("/", (req, res) => { render(HOME PAGE, routes); }); router.get("/contact",...

I saw this on the library myPID.SetControllerDirection(DIRECT); this is incremental if you need the inverse change DIRECT to REVERSE

try this npm i -g node-pre-gyp then do npm i wrtc again

yes we like to automate creation and disabling peers from different servers and its possible through rest api, hmm we saw some rest api implementation does WGDashboard still operable with...

> > yes we like to automate creation and disabling peers from different servers and its possible through rest api, hmm we saw some rest api implementation does WGDashboard still...