Skip to content

Commit

Permalink
Merge pull request #326 from andreagilardoni/wifi-uint32-version
Browse files Browse the repository at this point in the history
WifiS3 added method to get uint32 version
  • Loading branch information
pennam authored Nov 27, 2024
2 parents 9f0dc38 + af0787a commit 66e417a
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 103 deletions.
1 change: 1 addition & 0 deletions libraries/WiFiS3/src/Modem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ bool ModemClass::buf_read(const string &prompt, string &data_res) {
while( _serial->available() ){
char c = _serial->read();
data_res += c;


if(_serial_debug && _debug_level >= 1) {
_serial_debug->print(c);
Expand Down
Loading

0 comments on commit 66e417a

Please sign in to comment.