mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-18 12:21:39 +02:00
Fixed weird issue with AP/STA in parser.
This commit is contained in:
@@ -66,10 +66,13 @@ coolant:
|
|||||||
flood: gpio.25:low
|
flood: gpio.25:low
|
||||||
mist: gpio.21
|
mist: gpio.21
|
||||||
|
|
||||||
|
comms:
|
||||||
|
wifi_sta:
|
||||||
|
ssid: StefanMieke
|
||||||
|
|
||||||
|
wifi_ap:
|
||||||
|
ip_address: "192.168.0.1"
|
||||||
|
ssid: ScratchThat
|
||||||
|
|
||||||
probe:
|
probe:
|
||||||
pin: gpio.32:high:pu
|
pin: gpio.32:high:pu
|
||||||
|
|
||||||
comms:
|
|
||||||
wifi_ap:
|
|
||||||
ssid: ScratchThat
|
|
||||||
ip_address: "192.168.0.1"
|
|
||||||
|
@@ -110,7 +110,6 @@ namespace Configuration {
|
|||||||
if (last == token_.indent_) {
|
if (last == token_.indent_) {
|
||||||
// Yes, the token continues where we left off:
|
// Yes, the token continues where we left off:
|
||||||
current_ = token_;
|
current_ = token_;
|
||||||
Tokenize();
|
|
||||||
} else {
|
} else {
|
||||||
current_ = TokenData();
|
current_ = TokenData();
|
||||||
current_.indent_ = last;
|
current_.indent_ = last;
|
||||||
|
Reference in New Issue
Block a user