You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
4
4
#include"TFT_eSPI_ms/TFT_eSPI.h"
5
5
6
-
#defineESP32_VERSION "v1.0.v"
6
+
#defineESP32_VERSION "v1.0.w"
7
7
8
8
// decide if you will use Wifi or not (and how)
9
-
#defineWIFI ESP32_ACT_AS_STATION // select between NO_WIFI, ESP32_ACT_AS_STATION, ESP32_ACT_AS_AP
9
+
#defineWIFI ESP32_ACT_AS_STATION // select between NO_WIFI, ESP32_ACT_AS_STATION, ESP32_ACT_AS_AP
10
10
11
11
// If wifi is used, set the parameter to identify the access point (= the router when ESP32_ACT_AS_STATION or the ESP32 when ESP32_ACT_AS_AP)
12
12
#defineMY_SSID "bbox2-58c4" // replace by the name of your access point (when act as station) or the name you assign to your device (when act as acces point)
while ( Serial2.available() ) Serial2.read() ; // clear input buffer which can contains messages sent by GRBL in reply to noise captured before Serial port was initialised.
0 commit comments