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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user