* new CommonCLI commands: "get prv.key", "set prv.key {hex}"

This commit is contained in:
Scott Powell 2025-08-01 19:28:44 +10:00
parent 0a2d132d84
commit 28af68c187
6 changed files with 22 additions and 8 deletions

View file

@ -50,7 +50,7 @@ void halt() {
while (1) ;
}
static char command[120];
static char command[160];
void setup() {
Serial.begin(115200);