mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Fix default compile
This commit is contained in:
parent
141a4086b3
commit
178b11196a
@ -31,6 +31,10 @@
|
||||
#define XSNS_29 29
|
||||
#define XI2C_22 22 // See I2CDEVICES.md
|
||||
|
||||
#ifndef USE_MCP230xx_ADDR
|
||||
#define USE_MCP230xx_ADDR 0x20 // Enable MCP23008/MCP23017 I2C Address to use (Must be within range 0x20 through 0x27 - set according to your wired setup)
|
||||
#endif
|
||||
|
||||
/*
|
||||
Default register locations for MCP23008 - They change for MCP23017 in default bank mode
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user