Skip to content

Commit

Permalink
Tweak ESP32 Wifi sanity-check message (MarlinFirmware#19257)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Sep 4, 2020
1 parent e97e686 commit 1d6a927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/inc/SanityCheck.h
Expand Up @@ -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

/**
Expand Down

0 comments on commit 1d6a927

Please sign in to comment.