From 239386a2dc952dfae3294d84a10da9983e44a51d Mon Sep 17 00:00:00 2001 From: Bertrand Lemasle Date: Wed, 26 Dec 2018 17:09:44 +1300 Subject: [PATCH] That DEFAULT should not have been removed. --- src/config/Hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Hardware.h b/src/config/Hardware.h index f0c7255..7560219 100644 --- a/src/config/Hardware.h +++ b/src/config/Hardware.h @@ -5,7 +5,7 @@ #include #include -#define E24_ADDRESS E24_ADDR ///< I2C address of the 24xxx chip +#define E24_ADDRESS E24_DEFAULT_ADDR ///< I2C address of the 24xxx chip #define E24_SIZE E24Size_t::E24_512K ///< 24xxx chip size #define SIM808_BAUDRATE 4800 ///< Control the baudrate use to communicate with the SIM808 module