André Riesberg
André Riesberg
{255, 0, 0} produces blue, {0, 0, 255} produces red
If I call net.wf.scan(false) on the console input it fails with this message: > stdin:1: 134217730:general fail > stack traceback: > [C]: in field 'scan' > stdin:1: in main chunk...
On table init parameter values mixed up. This is the Lua code: ``` function border(e, x, y, h, rgb, buttons) local dl = { e.COLOR_RGB(rgb[1], rgb[2], rgb[3]), e.BEGIN(e.RECTS), e.LINE_WIDTH(480), e.VERTEX2II(x...
pio.port.getval(39, 38, 37) give as result the values of port 37, 38 and 39. So pio.port.getval(39, 38, 37) is eqivalent to pio.port.getval(37, 38, 39). Please document these behaviors, this can...
Hello all! I created a version for the M5STACK with my esp development environment. I have the latest versions of all tools and source code (I hope ...). When I...
I have this main simulation loop with cyclic hardware based timer. I use putty to connect to the esp. I press ctrl-c to stop my application. The Lua prompt is...
In the function "ESPTelnet::begin" stands: `if (WiFi.status() == WL_CONNECTED || _isIPSet(WiFi.softAPIP())) {` This means that ESPTenet only works if there is a WiFi connection. I use wired ethernet on my...