fix: changed default value of slave max modulation to 0

This commit is contained in:
Yurii
2025-05-20 00:05:29 +03:00
parent 0e78e71493
commit f212d9d9a8

View File

@@ -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 {