Added fix for ESP32

This commit is contained in:
HarukiToreda
2024-05-18 22:14:22 -04:00
parent 84d3117a7a
commit 1ec0e750a3
4 changed files with 34 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ extern NimbleBluetooth *nimbleBluetooth;
#include "NRF52Bluetooth.h"
extern NRF52Bluetooth *nrf52Bluetooth;
#endif
extern bool cardKBDetected;
#if ARCH_PORTDUINO
extern HardwareSPI *DisplaySPI;
extern HardwareSPI *LoraSPI;
@@ -39,6 +39,7 @@ extern bool pmu_found;
extern bool isCharging;
extern bool isUSBPowered;
#define CARDKB_I2C_ADDRESS 0x5F // Replace 0x5F with the actual address if different
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
extern ATECCX08A atecc;
#endif