This commit is contained in:
e2002
2024-12-15 17:52:45 +03:00
parent 850528ddd5
commit 051edee3ff
4 changed files with 8 additions and 5 deletions

View File

@@ -12,10 +12,6 @@
Config config;
#if DSP_HSPI || TS_HSPI || VS_HSPI
SPIClass SPI2(HSPI);
#endif
void u8fix(char *src){
char last = src[strlen(src)-1];
if ((uint8_t)last >= 0xC2) src[strlen(src)-1]='\0';