Keith Bennett
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/inc/SanityCheck.h
|
|
@ -3102,7 +3102,7 @@ static_assert( _ARR_TEST(3,0) && _ARR_TEST(3,1) && _ARR_TEST(3,2) |
|
|
|
* Sanity check for WIFI |
|
|
|
*/ |
|
|
|
#if EITHER(ESP3D_WIFISUPPORT, WIFISUPPORT) && DISABLED(ARDUINO_ARCH_ESP32) |
|
|
|
#error "ESP3D_WIFISUPPORT or WIFISUPPORT requires an ESP32 controller." |
|
|
|
#error "ESP3D_WIFISUPPORT or WIFISUPPORT requires an ESP32 MOTHERBOARD." |
|
|
|
#endif |
|
|
|
|
|
|
|
/**
|
|
|
|