From 688cb032754e456aa140ffb2351d1bd25ff61d94 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sun, 11 Jun 2023 11:52:17 +0200 Subject: [PATCH] Update Wifi pin header documentation. --- Marlin/Configuration.h | 4 ++-- Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index cde5ad02..59acd7e9 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -182,13 +182,13 @@ --------------- || D37 D35 || || || - || [D17] [D16] || <---- Connect your ESP8266 here (TX/RX) + || [D17] [D16] || <---- Connect your ESP8266 Wifi module here (TX/RX) /|| || ||| D23 D25 || \|| || || D27 D29 || || || - || GND 5V || + || [GND] [5V] || <---- Connect your ESP8266 Wifi module here (GND/VIO) --------------- */ diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp index a3c3da9b..b98330b8 100755 --- a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp @@ -32,8 +32,6 @@ #include "../../../module/motion.h" #include "../../../module/stepper.h" -//#define ANYCUBIC_TFT_DEBUG - #ifdef ANYCUBIC_TOUCHSCREEN #include "./anycubic_touchscreen.h"