mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-03 03:13:25 +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
|
# Fody - auto-generated XML schema
|
||||||
FodyWeavers.xsd
|
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
|
#define BAUD_RATE 115200
|
||||||
|
|
||||||
//Connect to your local AP with these credentials
|
//Connect to your local AP with these credentials
|
||||||
//#define CONNECT_TO_SSID "your SSID"
|
#define CONNECT_TO_SSID "Home"
|
||||||
//#define SSID_PASSWORD "your SSID password"
|
#define SSID_PASSWORD "12345678"
|
||||||
//CONFIGURE_EYECATCH_BEGIN (DO NOT MODIFY THIS LINE)
|
//CONFIGURE_EYECATCH_BEGIN (DO NOT MODIFY THIS LINE)
|
||||||
#define ENABLE_BLUETOOTH // enable bluetooth
|
#define ENABLE_BLUETOOTH // enable bluetooth
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user