esp_routes_basic and server comm
This commit is contained in:
10
routes/shared.py
Normal file
10
routes/shared.py
Normal file
@@ -0,0 +1,10 @@
|
||||
pending_command = {'command': None, 'command-URL': None, 'command-expected': None, 'command-expected-URL': None}
|
||||
|
||||
def reset_command():
|
||||
global pending_command
|
||||
pending_command = {
|
||||
'command': None,
|
||||
'command-URL': None,
|
||||
'command-expected': None,
|
||||
'command-expected-URL': None
|
||||
}
|
||||
Reference in New Issue
Block a user