mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-21 10:16:34 +00:00
Fix merge issue
This commit is contained in:
parent
34e671f693
commit
dbb160ac94
@ -84,16 +84,11 @@ void telnetAcceptClient()
|
|||||||
// telnetClient.print((char)0xFD);
|
// telnetClient.print((char)0xFD);
|
||||||
// telnetClient.print((char)0x1B);
|
// telnetClient.print((char)0x1B);
|
||||||
|
|
||||||
<<<<<<< HEAD:src/sys/svc/hasp_telnet.cpp
|
|
||||||
#if HASP_USE_HTTP > 0 == == == =
|
|
||||||
#if HASP_USE_HTTP > 0
|
#if HASP_USE_HTTP > 0
|
||||||
>>>>>>> master:src/svc/hasp_telnet.cpp
|
if(strlen(http_config.user) != 0 || strlen(http_config.password) != 0) {
|
||||||
if(strlen(http_config.user) != 0 || strlen(http_config.password) != 0)
|
|
||||||
{
|
|
||||||
telnetClient.println(F("\r\n" D_USERNAME " "));
|
telnetClient.println(F("\r\n" D_USERNAME " "));
|
||||||
telnetLoginState = TELNET_UNAUTHENTICATED;
|
telnetLoginState = TELNET_UNAUTHENTICATED;
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
telnetClientLogon();
|
telnetClientLogon();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user