-
Notifications
You must be signed in to change notification settings - Fork 59
/
configNormal.ini
43 lines (43 loc) · 1.41 KB
/
configNormal.ini
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
; Configuration for development boards with at least 8 MB flash.
[config:normal]
build_flags =
-D CONFIG_FEATURE_IPERF=1
lib_deps =
# ********** Features **********
Iperf @ ~0.1.0
# ********** Services **********
TopicHandlerService @ ~0.1.0 # Mandatory, can not be removed.
SettingsService @ ~0.1.0 # Mandatory, can not be removed.
AudioService @ ~0.1.0
MqttService @ ~0.1.0
# ********** Topic handlers **********
RestApiTopicHandler @ ~0.1.0 # Mandatory, can not be removed. Used by webinterface.
MqttApiTopicHandler @ ~0.1.0
# ********** Plugins **********
BTCQuotePlugin @ ~0.1.0
CountdownPlugin @ ~0.1.0
DateTimePlugin @ ~0.1.0
DDPPlugin @ ~0.1.0
FirePlugin @ ~0.1.0
GameOfLifePlugin @ ~0.1.0
GithubPlugin @ ~0.1.0
GruenbeckPlugin @ ~0.1.0
IconTextLampPlugin @ ~0.1.0
IconTextPlugin @ ~0.1.0
JustTextPlugin @ ~0.1.0
MatrixPlugin @ ~0.1.0
OpenWeatherPlugin @ ~0.1.0
RainbowPlugin @ ~0.1.0
SensorPlugin @ ~0.1.0
ShellyPlugSPlugin @ ~0.1.0
SignalDetectorPlugin @ ~0.1.0
SoundReactivePlugin @ ~0.1.0
SunrisePlugin @ ~0.1.0
SysMsgPlugin @ ~0.1.0 # Mandatory, can not be removed.
TempHumidPlugin @ ~0.1.0
ThreeIconPlugin @ ~0.1.0
VolumioPlugin @ ~0.1.0
WifiStatusPlugin @ ~0.1.0
WormPlugin @ ~0.1.0
extra_scripts =
pre:./scripts/configure_normal.py