mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-24 09:03:35 +05:00
Adding ext device support
This commit is contained in:
@@ -146,6 +146,14 @@
|
||||
#define DEFAULT_EXT_PUMP_GPIO GPIO_IS_NOT_CONFIGURED
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_EXT_DEV_GPIO
|
||||
#define DEFAULT_EXT_DEV_GPIO GPIO_IS_NOT_CONFIGURED
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_EXT_DEV_CAPTION
|
||||
#define DEFAULT_EXT_DEV_CAPTION "Device"
|
||||
#endif
|
||||
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user