Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1586d1b

Browse files
committedJul 18, 2024·
fixup! [WIP] Improving parse function in modem class
1 parent e98f23f commit 1586d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/WiFiS3/src/Modem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ModemClass::ParseResult ModemClass::buf_read(const string &prompt, string &data_
330330
}
331331
break;
332332
case at_parse_state_t::ParseError:
333-
res = ParseError; // FIXME we need to differentiate between failed status and parse error
333+
res = ParseError;
334334
state = at_parse_state_t::Completed;
335335
break;
336336
case at_parse_state_t::Completed:

0 commit comments

Comments
 (0)
Please sign in to comment.