mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
fix: changed default value of slave max modulation to 0
This commit is contained in:
@@ -328,7 +328,7 @@ struct Variables {
|
||||
struct {
|
||||
uint8_t current = 0;
|
||||
uint8_t min = 0;
|
||||
uint8_t max = 100;
|
||||
uint8_t max = 0;
|
||||
} modulation;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user