feature: better tester, fix plain

This commit is contained in:
Dobin
2024-07-22 22:22:48 +01:00
parent 12b6984490
commit 3a66c8552c
2 changed files with 71 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
for (int n=0; n<{{PAYLOAD_LEN}}; n++) {
dest[n] = supermega_payload[n];
}