1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-09 22:01:14 +02:00

Clarified VFD UART config message

This commit is contained in:
Mitch Bradley
2021-06-26 11:04:26 -10:00
parent 555411a9c8
commit 2c638b9b1c

View File

@@ -107,7 +107,7 @@ namespace Spindles {
// Configuration handlers: // Configuration handlers:
void validate() const override { void validate() const override {
Spindle::validate(); Spindle::validate();
Assert(_uart != nullptr, "Uart must be configured for using a VFD through RS485."); Assert(_uart != nullptr, "VFD: missing UART configuration");
} }
void group(Configuration::HandlerBase& handler) override { void group(Configuration::HandlerBase& handler) override {