Added fix for ESP32

This commit is contained in:
HarukiToreda
2024-05-18 22:14:22 -04:00
committed by Thomas Göttgens
parent a38a18da0d
commit 27bb3506d3
4 changed files with 34 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#include <stddef.h>
#include <stdint.h>
bool performScanForCardKB();
class ScanI2C
{