forked from fmueller/esp8266-led-marquee-sign-controller
Fix typo
This commit is contained in:
parent
71facb7d18
commit
852932a934
@ -122,7 +122,7 @@ enum class ExtendedChar {
|
|||||||
LatinSmallLetterAWithCircumflex = 0x83,
|
LatinSmallLetterAWithCircumflex = 0x83,
|
||||||
// ä
|
// ä
|
||||||
LatinSmallLetterAWithDiaeresis = 0x84,
|
LatinSmallLetterAWithDiaeresis = 0x84,
|
||||||
// á
|
// à
|
||||||
LatinSmallLetterAWithGrave = 0x85,
|
LatinSmallLetterAWithGrave = 0x85,
|
||||||
// å
|
// å
|
||||||
LatinSmallLetterAWithRingAbove = 0x86,
|
LatinSmallLetterAWithRingAbove = 0x86,
|
||||||
|
Loading…
Reference in New Issue
Block a user