Add support for addressing all relay channels.

This commit is contained in:
2025-02-12 16:50:00 +03:00
parent 8517993358
commit dc2dcfec7d
3 changed files with 36 additions and 2 deletions

View File

@@ -28,6 +28,8 @@
extern "C" {
#endif
#define RELAY_CHN_ID_ALL CONFIG_RELAY_CHN_COUNT ///< Special ID to address all channels
/**
* @brief Enumeration for relay channel direction.
*/