mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Removed debug messages
This commit is contained in:
parent
43b8cdbfb2
commit
136b182813
@ -85,10 +85,6 @@ bool fsm_EspuiClient_state_SendingUpdate::NotifyClient()
|
||||
|
||||
void fsm_EspuiClient_state_SendingUpdate::ProcessAck(uint16_t ControlIndex, String FragmentRequest)
|
||||
{
|
||||
if(!emptyString.equals(FragmentRequest))
|
||||
{
|
||||
// Serial.println(F("fsm_EspuiClient_state_SendingUpdate: ProcessAck"));
|
||||
}
|
||||
// Serial.println(F("fsm_EspuiClient_state_SendingUpdate: ProcessAck"));
|
||||
if(Parent->SendControlsToClient(ControlIndex, ClientUpdateType_t::UpdateNeeded, FragmentRequest))
|
||||
{
|
||||
@ -109,10 +105,6 @@ bool fsm_EspuiClient_state_Rebuilding::NotifyClient()
|
||||
|
||||
void fsm_EspuiClient_state_Rebuilding::ProcessAck(uint16_t ControlIndex, String FragmentRequest)
|
||||
{
|
||||
if(!emptyString.equals(FragmentRequest))
|
||||
{
|
||||
// Serial.println(F("fsm_EspuiClient_state_Rebuilding: ProcessAck"));
|
||||
}
|
||||
// Serial.println(F("fsm_EspuiClient_state_Rebuilding: ProcessAck"));
|
||||
if(Parent->SendControlsToClient(ControlIndex, ClientUpdateType_t::RebuildNeeded, FragmentRequest))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user