From 06e7fd7bfb818626780de5bc16d6b237dc2ef800 Mon Sep 17 00:00:00 2001 From: Terje Io Date: Mon, 1 Aug 2022 09:16:57 +0200 Subject: [PATCH] updated changelog --- changelog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 6d839bd..0de313e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ ## grblHAL changelog -20220731: +20220801: Core: @@ -8,15 +8,15 @@ Core: Plugins: -* Networking: fixed some include files dependencies that caused issues in some configurations. +* Networking: fixed some include files dependencies that caused issues in some configurations. + * WebUI: added missing guards for SD card enabled and new compile time option. Added missing status message to file listings. Drivers: -* ESP32: . - -* STM32Fxx: Fixed _Release_ build settings, added _.bin_ output. +* ESP32: added missing guards that caused compilation errors if WebUI option was enabled without SD card enabled and/or authentication enabled. +Added option for auto push the real time status report. ---