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