mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
make sure code compiles with tasmota-minimal
This commit is contained in:
parent
97f3a7d438
commit
611456327d
@ -18,6 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef USE_TIMEPROP
|
#ifdef USE_TIMEPROP
|
||||||
|
#ifndef FIRMWARE_MINIMAL
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Code to drive one or more relays in a time proportioned manner give a
|
* Code to drive one or more relays in a time proportioned manner give a
|
||||||
* required power value.
|
* required power value.
|
||||||
@ -249,4 +250,5 @@ bool Xdrv48(byte function) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // FIRMWARE_MINIMAL
|
||||||
#endif // USE_TIMEPROP
|
#endif // USE_TIMEPROP
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef USE_PID
|
#ifdef USE_PID
|
||||||
|
#ifndef FIRMWARE_MINIMAL
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Uses the library https://github.com/colinl/process-control.git from Github
|
* Uses the library https://github.com/colinl/process-control.git from Github
|
||||||
* In user_config_override.h include code as follows:
|
* In user_config_override.h include code as follows:
|
||||||
@ -439,4 +440,5 @@ bool Xdrv49(byte function) {
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
#endif //FIRMWARE_MINIMAL
|
||||||
#endif // USE_PID
|
#endif // USE_PID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user