This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
forked from pilight/pilight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeConfig.txt
29 lines (29 loc) · 2.35 KB
/
CMakeConfig.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
set(WEBSERVER ON CACHE BOOL "enable the built-in webserver")
set(UPDATE ON CACHE BOOL "enable the built-in update checker")
set(PROTOCOL_ALECTO ON CACHE BOOL "support for the Alecto weather stations protocol")
set(PROTOCOL_CLARUS ON CACHE BOOL "support for the Clarus switch protocol")
set(PROTOCOL_COGEX_SWITCH ON CACHE BOOL "support for the Cogex switch protocol")
set(PROTOCOL_COCO_SWITCH ON CACHE BOOL "support for the new ClickOnClickOff switch protocol")
set(PROTOCOL_DS18B20 ON CACHE BOOL "support for the 1-Wire ds18b20 temperature sensor")
set(PROTOCOL_DHT22 ON CACHE BOOL "support for the DHT22/AM2302 temperature-humidity sensor")
set(PROTOCOL_DIO_SWITCH ON CACHE BOOL "support for the D-IO switch protocol")
set(PROTOCOL_ELRO_SWITCH ON CACHE BOOL "support for the Elro switch protocol")
set(PROTOCOL_GENERIC_DIMMER ON CACHE BOOL "support for the generic dimmer protocol")
set(PROTOCOL_GENERIC_SWITCH ON CACHE BOOL "support for the generic switch protocol")
set(PROTOCOL_GENERIC_WEATHER ON CACHE BOOL "support for the generic weather protocol")
set(PROTOCOL_HOMEEASY_OLD ON CACHE BOOL "support for the Home Easy switch protocol")
set(PROTOCOL_IMPULS ON CACHE BOOL "support for the Impuls switch protocol")
set(PROTOCOL_INTERTECHNO_SWITCH ON CACHE BOOL "support for the new Intertechno switch protocol")
set(PROTOCOL_INTERTECHNO_OLD ON CACHE BOOL "support for the old Intertecho switch protocol")
set(PROTOCOL_KAKU_DIMMER ON CACHE BOOL "support for the old KlikAanKlikUit dimmer protocol")
set(PROTOCOL_KAKU_SWITCH_OLD ON CACHE BOOL "support for the old KlikAanKlikUit switch protocol")
set(PROTOCOL_KAKU_SCREEN_OLD ON CACHE BOOL "support for the old KlikAanKlikUit screen protocol")
set(PROTOCOL_KAKU_SWITCH ON CACHE BOOL "support for the new KlikAanKlikUit switch protocol")
set(PROTOCOL_KAKU_SCREEN ON CACHE BOOL "support for the new KlikAanKlikUit screen protocol")
set(PROTOCOL_NEXA_SWITCH ON CACHE BOOL "support for the Nexa switch protocol")
set(PROTOCOL_RAW ON CACHE BOOL "support for the raw / simulator")
set(PROTOCOL_RELAY ON CACHE BOOL "support for relay devices")
set(PROTOCOL_SELECTREMOTE ON CACHE BOOL "support for the Select-Remote switch protocol")
set(HARDWARE_433_GPIO ON CACHE BOOL "support for the direct GPIO communication")
set(HARDWARE_433_MODULE ON CACHE BOOL "support for the lirc_rpi kernel module")
set(DEBUG OFF CACHE BOOL "turn on extended memory debug information")