serg3295
serg3295
In the documentation, the example for the error() function is the same as for the app_version() one. It is possible that this is a mistake.
This problem has been partially solved. However, the inconvenient thing is that it is impossible to display comments for each event separately. ```Lua ---Registers a callback function for an event.\...
> but of course we'll need some additional code to detect whether file or io is to be used so it works as usual on an ESP8266. I have added...
If you build the firmware on the [commit](https://github.com/nodemcu/nodemcu-firmware/commit/bc3b31fee5b92acbd63589e26d811f3f9bb9687f) (before "Initial support for ESP32-C6 and ESP32-H2,..."), then ESPlorer will work, as it takes into account the changes associated with the io...
That would be great! One more question. nodemcu-tool and nodemcu-tools applications use regex to distinguish between esp8266 and ESP32 ``` // node.chipid() => esp32 chipid (hex with '0x' prefix) this._espArch...
> So, now with the latest updated version of ESPlorer, the Save to ESP button works, but unfortunately Upload freezes as before. I can't upload arbitrary files to the file...
I have tested the module and noticed a strange behavior. If a large amount of information is printed inside the callback function, the ESP restarts, or the rotary module freezes....
Second calling rotary.setup() causes the module to hang. Log 3: NodeMCU ESP32 build unspecified powered by Lua 5.3.5 [5.3-int32-doublefp] on IDF v5.0.2 cannot open init.lua: No such file or directory...
I found the issue. If rotary object is _global_ the module works fine. **local** sw = rotary.setup() causes rebooting after a few events. I ran module under debugger. Result is:...
I have tested the latest version of module. It works fine now. Thank you.