update emulator

This commit is contained in:
patman15
2024-12-30 17:24:22 +01:00
parent 4b51ea514f
commit e97eef94f8

View File

@@ -179,7 +179,7 @@ void decode(BLECharacteristic *pChar) {
break; break;
case 0xF711: case 0xF711:
// identify // identify
Serial.printf("identify: %i\n", data_dec[4]); Serial.printf("identify: %i times\n", data_dec[4]);
resp_size = set_response(&response, (const message *)data_dec); resp_size = set_response(&response, (const message *)data_dec);
break; break;
case 0xF7B8: case 0xF7B8: