Fix for issue #426, decreasing the $30 setting value (max spindle RPM) causes incorrect PWM output.

Implemented handling of single block, block delete and optional stop disable control signal events.
Added help for $S (single block), $B (block delete) and $O (optional stop disable) commands.
Added optional HAL entry point for outputting WRGB values to lights such as neopixels.
Improved $-commands registration to make it easier to add help text.
This commit is contained in:
Terje Io
2024-01-12 13:49:36 +01:00
parent 57243a0fc2
commit 6afe6d1a7c
18 changed files with 458 additions and 224 deletions

View File

@@ -438,7 +438,7 @@
#define WEBUI_INFLASH 0
#endif
#if WEBUI_ENABLE && !defined(ESP_PLATFORM)
#if WEBUI_ENABLE
#if !WIFI_ENABLE
#ifdef ETHERNET_ENABLE