Browse Source

Tweak ESP32 Wifi sanity-check message (#19257)

Keith Bennett 4 years ago
parent
commit
1d6a92751b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/SanityCheck.h

+ 1
- 1
Marlin/src/inc/SanityCheck.h View File

3102
  * Sanity check for WIFI
3102
  * Sanity check for WIFI
3103
  */
3103
  */
3104
 #if EITHER(ESP3D_WIFISUPPORT, WIFISUPPORT) && DISABLED(ARDUINO_ARCH_ESP32)
3104
 #if EITHER(ESP3D_WIFISUPPORT, WIFISUPPORT) && DISABLED(ARDUINO_ARCH_ESP32)
3105
-  #error "ESP3D_WIFISUPPORT or WIFISUPPORT requires an ESP32 controller."
3105
+  #error "ESP3D_WIFISUPPORT or WIFISUPPORT requires an ESP32 MOTHERBOARD."
3106
 #endif
3106
 #endif
3107
 
3107
 
3108
 /**
3108
 /**

Loading…
Cancel
Save