Terje Io

Results 949 comments of Terje Io

Some grblHAL speeds with FatFS + SDCard + WebDAV, using WinSCP for testing: * ESP32: 300-350KB/s up- and download speeds, this with my heavily modified lwIP http daemon (I have...

An initial update for WebUI 3.0 of the [grblHAL WebUI plugin](https://github.com/grblHAL/Plugin_WebUI) is now available. I am testing with a [Nucleo STM32F756 board](https://github.com/grblHAL/STM32F7xx) and the plugin should also work with the...

Issues encountered: ESP701 for querying the status of a running job suddenly (randomly) is no longer sent after a running a few. Reloading resumes the querying. If wrong password is...

>> ESP701 for querying the status of a running job > Currently this command is for the ESP3D Gcode host not used for running job, why not use the ?...

>> the one session feature > this feature is actually mostly handled by webUI, the FW just broadcast the last connected ID by websocket , so the old ID webUI...

I have just committed an update to the [ESP32 driver](https://github.com/grblHAL/ESP32) that uses (parts of) the [WebUI plugin](https://github.com/grblHAL/Plugin_WebUI). Add _preferences.json_ to the root of the SD card. I left the `SerialProtocol`...

> Is that a choice to not display the IP at start ? Yes, as it cannot be displayed for all the platforms grblHAL supports, see [this wiki page](https://github.com/grblHAL/core/wiki/For-sender-developers). I...

> I would prefer not using [ESP400] command to avoid confusion if possible but something like $EX for extended settings display @terjeio What do you think ? IMO it will...

>> IMO it will be better to add a new ESP command > if you really want to use ESP command then keep ESP400, the parser need to be modified...

I have committed some updates, noatbly forms based login (as used by WebUI 3.0) should now work and I have added IP address to the _WIFI STA ACTIVE_ message.