ESPNode
commands.h
Go to the documentation of this file.
1 #ifndef _COMMANDS_H_
2 #define _COMMANDS_H_
3 
4 #include "common.h"
5 
6 
7 bool cmd_valid = false;
8 
9 void prozess_cmd(const String cmd, const String value);
10 
11 void show_settings();
12 
13 
14 
15 
16 
17 #endif
bool cmd_valid
Definition: commands.h:7
void show_settings()
Definition: commands.cpp:4
void prozess_cmd(const String cmd, const String value)
Definition: commands.cpp:19