1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-01 02:21:46 +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:
void validate() const override {
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 {