Terry Ellison
Terry Ellison
BTW, it looks like you are are correct. The issue that causes confusion for me is that the `wifi_` "namespace" is used by both the `app/modules/wifi*.c` routines _and_ the SDK...
> I'm in the process of deprecating most of the `file` module in favour of the standard Lua `io` module on the ESP32... @jmattsson, there are pros and cons this...
If you look at the code, then you will see that we support both 32-bit and 64-bit hosts. I understand your report that reload isn't working for an LFS image...
OK, I have just tried an image build on my i5 laptop and an RPi4 running 32-bit rasbian compiling _init.lua into an LFS image. They are identical, so we haven't...
On reflection saying as there isn't an error in RPi variants and I hope to have the next feature release within the week, I will check that for 32-bit x86...
The makes are a bit cludgy when you swap versions. you really need to `make LUA=51 clear` before doing the `make LUA=53` and v.v.
OK, let's not close this.
@vsky279, Funny you should mention that, as I was going through the same thoughts myself. There are two advantages of using the source: - It is quite easy to code...
@HHHartmann see my last comments. Also the dump format is not the same as the internal binary format. The file format is byte encoded and a lot more dense. Yes...
> Why do you need all different variants? Why way the Lua C API works is that there is a high commonality between the APIs if you stick as per...