add IRremote

This commit is contained in:
Mit4el
2024-09-21 12:09:11 +03:00
parent af0f782f07
commit d63f1bb5bf
8 changed files with 448 additions and 82 deletions

View File

@@ -40,7 +40,7 @@ boolean isDigitDotCommaStr(const String& str);
String prettyBytes(size_t size);
String uint64ToString(uint64_t input, uint8_t base = 10);
String uint64ToStringIoTM(uint64_t input, uint8_t base = 10);
void cleanString(String& str);