🔧 Added MOTHERBOARD error text

This commit is contained in:
Scott Lahteine 2023-01-15 01:11:49 -06:00
parent 80a2555012
commit 5acf738688

View file

@ -88,7 +88,7 @@
* Warnings for old configurations
*/
#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)
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
#elif WATCH_TEMP_PERIOD > 500