1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 06:21:31 +00:00

🚨 Deprecate Maple build (#23661)

This commit is contained in:
ellensp 2022-02-05 13:51:00 +13:00 committed by GitHub
parent 5439a34c4b
commit 385b0c0106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,3 +580,10 @@
#if EITHER(FYSETC_242_OLED_12864, FYSETC_MINI_12864) && BOTH(PSU_CONTROL, HAS_COLOR_LEDS) && !LED_POWEROFF_TIMEOUT
#warning "Your FYSETC display with PSU_CONTROL works best with LED_POWEROFF_TIMEOUT."
#endif
/**
* Maple environent
*/
#ifdef __STM32F1__
#warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
#endif