MGMehdi
MGMehdi
How do I change the IP of br0 interface ? My ethernet interface is static and when create_ap is enable with bridge, the bridge interface have an IP from DHCP
Hi, it'll be better if you change the input type from text to number
Hello When I check if the Arduino success to update the date, if I disconnect the cable, `isTimeSet()` does not return false ```cpp void loop(){ timeClient.update(); if (timeClient.isTimeSet()) { Serial.println("Updated");...
**Context** - (X) my request is related to node-opcua acting as an OPCUA CLIENT - ( ) my request is related to node-opcua acting as an OPCUA SERVER Hello, I...
Hello, I try to set up the package for a simple connection without login. I've try some example but it seem that the connection doesn't work. The code have to...
Hello, I've got a controller where I want to return `echo.NewHTTPError(http.StatusNotFound, "no stock found")` I've made a custom middleware to handle all error that's working when I have database error,...