mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-02 19:02:35 +02:00
initial wifi settings
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -360,3 +360,5 @@ MigrationBackup/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
.vs/slnx.sqlite
|
||||
.vs/Grbl_Esp32_JH/v16/.suo
|
||||
|
Binary file not shown.
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@@ -109,8 +109,8 @@ Some features should not be changed. See notes below.
|
||||
#define BAUD_RATE 115200
|
||||
|
||||
//Connect to your local AP with these credentials
|
||||
//#define CONNECT_TO_SSID "your SSID"
|
||||
//#define SSID_PASSWORD "your SSID password"
|
||||
#define CONNECT_TO_SSID "Home"
|
||||
#define SSID_PASSWORD "12345678"
|
||||
//CONFIGURE_EYECATCH_BEGIN (DO NOT MODIFY THIS LINE)
|
||||
#define ENABLE_BLUETOOTH // enable bluetooth
|
||||
|
||||
|
Reference in New Issue
Block a user