updated readme

This commit is contained in:
Terje Io
2022-10-07 10:39:03 +02:00
parent 6e22a074c8
commit 1239e89997
+3 -1
View File
@@ -11,7 +11,7 @@ Plugins:
* Networking: Added mDNS and SSDP protocol support.
__Note:__ Some drivers require manual patching before enabling.
* WebUI: Fix for bugs affection settings handling. [Issue #5](https://github.com/grblHAL/Plugin_WebUI/issues/5) and [issue #6](https://github.com/grblHAL/Plugin_WebUI/issues/6).
* WebUI: Fix for bugs affecting settings handling. [Issue #5](https://github.com/grblHAL/Plugin_WebUI/issues/5) and [issue #6](https://github.com/grblHAL/Plugin_WebUI/issues/6).
__Note:__ Issue 6 was about incorrect handling spaces in string settings, these are not permitted in hostnames according to [RFC1123](https://www.rfc-editor.org/rfc/rfc1123) and I may add validation later.
Drivers:
@@ -21,6 +21,8 @@ __Note:__ iMXRT1062 and RP2040 require manual patching before enabling.
* STM32F1xx: Added two alternatives for spindle PWM pin assignment.
* STM32F4xx: Added support for PWM output on PE5 and PE6 \(for BTT SKR 2.0\).
* STM32F7xx: Updated for latest STM32CubeIDE device driver HAL.
Templates: