Rene K. Mueller
Rene K. Mueller
I documented all changes in new CHANGES file, here a copy: 2021/04/11: 0.8.5: - adding -S shell_speed=.. - added `Makefile` and `tests/Makefile` and more test models 2021/04/06: 0.8.4: - SVG...
Excuse these manifold improvements as a single PR (best view [Files changed] and not the individual commits), my work style doesn't align well with git. Following changes I made: -...
I'm aware SPIFFS has no directories, but I like to use '/' to bring some structure to uploaded files (I work with ~100 files on the NodeMCU platform and currently...
I had to edit the `Makefile` to add `-lm` in order to successfully compile, otherwise: ``` /usr/bin/ld: /tmp/cc3A4ed2.o: undefined reference to symbol 'roundf@@GLIBC_2.2.5' /usr/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing...
I have been **testing partial write** by moving tag on the writer (PN532 module with serial USB bridge) and moved it away while writing causing this: ``` nfctool: writing tag:...
When trying to `tag.ndef.records = [ ]` it throws error ``` nfctool.py 1675272065.90166: writing [] Traceback (most recent call last): File "/home/spirit/Projects/RFID/./nfctool.py", line 129, in tag.ndef.records = rs File "/home/spirit/.local/lib/python3.10/site-packages/nfc/tag/__init__.py",...
https://www.reddit.com/r/openscad/comments/yzwdcp/justinsdk_lin_xinliang_liang_gege_19752022/ Thank you for the excellent OpenSCAD library.
I simplified the web layout, and added an #output DIV, which now contains all the status messages. In `index.js` I added `stdout(s)` and `stderr(s)` which adds the messages there, adds...
1) Right now `Makefile` compresses .html and .js, it mixes `examples/*` -> `http/` where the WebIDE core resides: the examples are treated like part of the WebIDE core (which they...
Perhaps a Lua wizard can help me out: - `function(...)` in Lua 5.1 (NodeMCU/ESP8266 and NodeMCU/ESP32) the table variable `arg` is set within the function - `luajit` does not set...