Repeteadly send MASTER opcode by default.

This commit is contained in:
GrenderG 2024-02-10 17:09:08 +01:00
parent 9dd1834ab5
commit 99f4012e00

View File

@ -367,6 +367,11 @@ uint8_t handle_byte(uint8_t in, size_t *counter, clock_t *last_action) {
connection_state = CONNECTED;
out = PKMN_CONNECTED;
break;
default:
// By default, answer with MASTER opcode constantly.
out = PKMN_MASTER;
break;
}
break;