simplify
This commit is contained in:
parent
09a04b60a9
commit
3cf4f4445a
3 changed files with 10 additions and 16 deletions
|
@ -54,11 +54,6 @@ namespace fw
|
|||
uint16_t server_port;
|
||||
void handle_client();
|
||||
String get_url_base();
|
||||
String protocol_to_string(firewall_protocol_t &protocol);
|
||||
firewall_protocol_t string_to_protocol(String &protocol);
|
||||
String target_to_string(firewall_target_t &target);
|
||||
firewall_target_t string_to_target(String &target);
|
||||
String response_code_to_string(const uint16_t response_code);
|
||||
|
||||
public:
|
||||
API(const char *cert, const char *key, const char *username, const char *password, const String ip, const uint16_t port);
|
||||
|
|
Reference in a new issue