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