Make BTClock v8 board working again

This commit is contained in:
Djuri 2024-09-21 15:58:07 +02:00
parent 41bf2480ce
commit ff0d8f5a0a
9 changed files with 91 additions and 38 deletions

View file

@ -17,7 +17,7 @@
#include "defaults.hpp"
extern Adafruit_MCP23X17 mcp1;
#ifdef IS_BTCLOCK_S3
#ifdef IS_BTCLOCK_V8
extern Adafruit_MCP23X17 mcp2;
#endif
extern Preferences preferences;