ESPNode
home
norbert
projekte
ESPNode
src
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
cmd_valid
bool cmd_valid
Definition:
commands.h:7
show_settings
void show_settings()
Definition:
commands.cpp:4
prozess_cmd
void prozess_cmd(const String cmd, const String value)
Definition:
commands.cpp:19
common.h
Generated by
1.9.1