Im Simu-Mode Bedienung über Tastatur
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#define MAX_LINE_LENGTH 256
|
||||
#define MAX_PATH 256
|
||||
#define MAX_SHELLIES_COUNT 5
|
||||
|
||||
struct APP_SETTINGS
|
||||
{
|
||||
@@ -20,6 +21,9 @@ struct APP_SETTINGS
|
||||
int iMotorPwrMinRaw; // Minimum power value for motor (raw value)
|
||||
int iMotorPwrMaxRaw; // Maximum power value for motor (raw value)
|
||||
int iMotorPwrStepCount; // Number of power steps
|
||||
|
||||
int iShellySupplyCount; // How many Shellies we have to switch the power supply
|
||||
char sShellySupplyTopic[MAX_SHELLIES_COUNT][MAX_PATH];
|
||||
};
|
||||
extern struct APP_SETTINGS settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user