mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-04 09:02:21 +00:00
fix misc build warnings. NFC
This commit is contained in:
@@ -35,7 +35,7 @@ std::string sanitizeString(const std::string &input)
|
||||
inReplacement = false;
|
||||
} else {
|
||||
if (!inReplacement) {
|
||||
output += '¿';
|
||||
output += 0xbf; // ISO-8859-1 for inverted question mark
|
||||
inReplacement = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user