OPM parser tidyup, GYBv1/2/3 foundation support done, BNK parser cleanup

This commit is contained in:
James Alan Nguyen 2022-05-09 12:56:57 +10:00
parent e289ba652d
commit 1c88e20fa7
2 changed files with 68 additions and 56 deletions

View file

@ -200,5 +200,6 @@ String SafeReader::readStringToken(unsigned char delim, bool stripContiguous) {
}
String SafeReader::readStringToken() {
// This will strip LHS whitespace and only return contents after it.
return readStringToken(' ', true);
}