send arguments to standalone mode

This commit is contained in:
iceman1001 2020-08-08 23:45:09 +02:00
commit c1a5f93dab
3 changed files with 33 additions and 24 deletions

View file

@ -2064,6 +2064,8 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_STANDALONE: {
uint8_t *bb = BigBuf_get_EM_addr();
bb[0] = packet->data.asBytes[0];
RunMod();
break;
}