Build with idf v5.1

This commit is contained in:
h2zero
2023-05-25 09:35:11 -06:00
parent d0eaf6c1e0
commit 3145319581
8 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class MyClientCallback : public BLEClientCallbacks {
return 123456;
}
bool onConfirmPIN(uint32_t pass_key){
printf("The passkey YES/NO number: %d\n", pass_key);
printf("The passkey YES/NO number: %" PRIu32"\n", pass_key);
return true;
}