tx-mode: auto, default bus-id 0x49

This commit is contained in:
MichaelDvP
2026-05-07 18:44:02 +02:00
parent ae5beccb9d
commit fed15f0f96
9 changed files with 27 additions and 8 deletions

View File

@@ -22,10 +22,11 @@
#include "Arduino.h"
#define EMS_TXMODE_OFF 0
#define EMS_TXMODE_DEFAULT 1
#define EMS_TXMODE_EMS 1
#define EMS_TXMODE_EMSPLUS 2
#define EMS_TXMODE_HT3 3
#define EMS_TXMODE_HW 4
#define EMS_TXMODE_AUTO 5
namespace emsesp {