Do something with some letters

This commit is contained in:
Just Call Me Koko
2023-11-15 18:27:40 -05:00
parent b116f28d4d
commit a233b93c74
4 changed files with 3 additions and 2 deletions

View File

@@ -189,7 +189,8 @@ class WiFiScan
#endif
//String connected_network = "";
const String alfa = "1234567890qwertyuiopasdfghjkklzxcvbnm QWERTYUIOPASDFGHJKLZXCVBNM_";
//const String alfa = "1234567890qwertyuiopasdfghjkklzxcvbnm QWERTYUIOPASDFGHJKLZXCVBNM_";
const String alfa = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789-=[];',./`\\_+{}:\"<>?~|!@#$%^&*()";
const char* rick_roll[8] = {
"01 Never gonna give you up",

View File

@@ -22,7 +22,7 @@
//#define XIAO_ESP32_S3
//// END BOARD TARGETS
#define MARAUDER_VERSION "v0.13.4"
#define MARAUDER_VERSION "v0.13.5"
//// BOARD FEATURES
#ifdef MARAUDER_M5STICKC

Binary file not shown.

Binary file not shown.