mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-17 20:01:42 +02:00
Fixed weird issue with AP/STA in parser.
This commit is contained in:
@@ -66,10 +66,13 @@ coolant:
|
||||
flood: gpio.25:low
|
||||
mist: gpio.21
|
||||
|
||||
comms:
|
||||
wifi_sta:
|
||||
ssid: StefanMieke
|
||||
|
||||
wifi_ap:
|
||||
ip_address: "192.168.0.1"
|
||||
ssid: ScratchThat
|
||||
|
||||
probe:
|
||||
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_) {
|
||||
// Yes, the token continues where we left off:
|
||||
current_ = token_;
|
||||
Tokenize();
|
||||
} else {
|
||||
current_ = TokenData();
|
||||
current_.indent_ = last;
|
||||
|
Reference in New Issue
Block a user