removed unused utils.cpp
This commit is contained in:
parent
a7f633ec23
commit
231c3e0a83
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#include <Arduino.h>
|
||||
|
||||
String replaceUmlauts(String msg) {
|
||||
msg.replace("ä", "ae");
|
||||
msg.replace("ö", "oe");
|
||||
msg.replace("ü", "ue");
|
||||
msg.replace("Ä", "Ae");
|
||||
msg.replace("Ö", "Oe");
|
||||
msg.replace("Ü", "Ue");
|
||||
msg.replace("ß", "ss");
|
||||
return msg;
|
||||
}
|
Loading…
Add table
Reference in a new issue