Code clean-up

This commit is contained in:
fvanroie 2021-02-23 21:15:10 +01:00
parent 13563809d9
commit 0f24c6c4ae

View File

@ -30,8 +30,6 @@ static EthernetServer telnetServer(23);
#endif #endif
#if HASP_USE_HTTP > 0 #if HASP_USE_HTTP > 0
// extern char http_config.user[32];
// extern char http_config.password[32];
extern hasp_http_config_t http_config; extern hasp_http_config_t http_config;
#endif #endif