Skip to content

Commit

Permalink
Fix examples typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Apr 21, 2024
1 parent de0da2e commit e9d78c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/RealtimeDatabase/Async/Stream/Stream.ino
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void setup()
// with minimum receive and transmit buffer size setting as following.
// ssl_client.setBufferSizes(1024, 512);
// ssl_client2.setBufferSizes(1024, 512);
// Note that, because the receive buffer size was set to minimum save value, 1024, the large server response may not be able to handle.
// Note that, because the receive buffer size was set to minimum safe value, 1024, the large server response may not be able to handle.

#endif
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void setup()
// ssl_client1.setBufferSizes(1024, 512);
// ssl_client2.setBufferSizes(1024, 512);
// ssl_client3.setBufferSizes(1024, 512);
// Note that, because the receive buffer size was set to minimum save value, 1024, the large server response may not be able to handle.
// Note that, because the receive buffer size was set to minimum safe value, 1024, the large server response may not be able to handle.

ssl_client1.setDebugLevel(1);
ssl_client2.setDebugLevel(1);
Expand Down

0 comments on commit e9d78c9

Please sign in to comment.