Skip to content

Commit 7b6909a

Browse files
authored
Merge pull request #27 from domingguss/master
Update GS_TCP_Client.h
2 parents 1398e59 + 9b99e7e commit 7b6909a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/GS_TCP_Client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class GS_TCP_Client : public Client
420420
if (_client_type == esp_google_sheet_client_type_external_basic_client &&
421421
(!_network_connection_cb || !_network_status_cb))
422422
rdy = false;
423-
else if (_client_type != esp_google_sheet_client_type_external_basic_client ||
423+
else if (_client_type != esp_google_sheet_client_type_external_basic_client &&
424424
_client_type != esp_google_sheet_client_type_external_gsm_client)
425425
rdy = false;
426426
#else

0 commit comments

Comments
 (0)