🔧 Added MOTHERBOARD error text
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
* Warnings for old configurations
|
* Warnings for old configurations
|
||||||
*/
|
*/
|
||||||
#ifndef MOTHERBOARD
|
#ifndef MOTHERBOARD
|
||||||
#error "MOTHERBOARD is required."
|
#error "MOTHERBOARD is required. You must '#define MOTHERBOARD BOARD_MYNAME' (not just '#define BOARD_MYNAME')."
|
||||||
#elif !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
|
#elif !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
|
||||||
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
|
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
|
||||||
#elif WATCH_TEMP_PERIOD > 500
|
#elif WATCH_TEMP_PERIOD > 500
|
||||||
|
Reference in New Issue
Block a user