mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Fix compile error when USE_LIGHT is disabled
This commit is contained in:
parent
b83b3a0da1
commit
e5f2773213
@ -17,6 +17,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef USE_LIGHT
|
||||
#ifdef USE_SONOFF_D1
|
||||
/*********************************************************************************************\
|
||||
* Sonoff D1 dimmer 433
|
||||
@ -196,3 +197,4 @@ bool Xdrv37(uint8_t function)
|
||||
}
|
||||
|
||||
#endif // USE_SONOFF_D1
|
||||
#endif // USE_LIGHT
|
||||
|
Loading…
x
Reference in New Issue
Block a user