Skip to content

Commit

Permalink
Fix example typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Sep 12, 2023
1 parent b0caf4b commit 4daf1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SMTP/External_Client/Generic/Generic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void networkConnection()
void networkStatusRequestCallback()
{
// Set the network status based on your network client
fbdo.setNetworkStatus(true /* or false */);
smtp.setNetworkStatus(true /* or false */);
}

void smtpCallback(SMTP_Status status);
Expand Down

0 comments on commit 4daf1f8

Please sign in to comment.