README: Make hex and UTF-8 code consistent for the chosen example

main
Tim Teichmann 2024-01-28 09:46:56 +07:00 committed by JF
parent 93d7da1691
commit b0a0afdd4b
1 changed files with 1 additions and 1 deletions

@ -16,7 +16,7 @@
- Define the new symbols in `src/displayapp/screens/Symbols.h`:
```
static constexpr const char* newSymbol = "\xEF\x86\x85";
static constexpr const char* newSymbol = "\xEF\x99\x81";
```
### the config file format: