Skip to content

Commit 66e417a

Browse files
authored
Merge pull request #326 from andreagilardoni/wifi-uint32-version
WifiS3 added method to get uint32 version
2 parents 9f0dc38 + af0787a commit 66e417a

File tree

3 files changed

+117
-103
lines changed

3 files changed

+117
-103
lines changed

Diff for: libraries/WiFiS3/src/Modem.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ bool ModemClass::buf_read(const string &prompt, string &data_res) {
207207
while( _serial->available() ){
208208
char c = _serial->read();
209209
data_res += c;
210+
210211

211212
if(_serial_debug && _debug_level >= 1) {
212213
_serial_debug->print(c);

0 commit comments

Comments
 (0)