-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathconfigNormal.ini
More file actions
49 lines (49 loc) · 1.8 KB
/
Copy pathconfigNormal.ini
File metadata and controls
49 lines (49 loc) · 1.8 KB
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
44
45
46
47
48
49
; Configuration for development boards with at least 8 MB flash.
[config:normal]
build_flags =
-D CONFIG_FEATURE_IPERF=1
lib_deps =
# ********** Libraries which requires the HAL (Board) **********
Sensors
# ********** Features **********
Iperf @ ~0.1.0
# ********** Services (keep the order) **********
SettingsService @ ~0.1.0 # Mandatory, can not be removed.
MqttService @ ~0.1.0
TopicHandlerService @ ~0.1.0 # Mandatory, can not be removed.
FileMgrService @ ~0.1.0 # Mandatory, can not be removed.
RestService @ ~0.1.0
AudioService @ ~0.1.0
TimerService @ ~0.1.0
;HttpService @ ~0.1.0
# ********** Topic handlers **********
RestApiTopicHandler @ ~0.1.0 # Mandatory, can not be removed. Used by webinterface.
MqttApiTopicHandler @ ~0.1.0 # Requires MqttService
# ********** Plugins **********
;BatteryPlugin @ ~0.1.0
CountdownPlugin @ ~0.1.0
DateTimePlugin @ ~0.1.0
DDPPlugin @ ~0.1.0
FirePlugin @ ~0.1.0
GameOfLifePlugin @ ~0.1.0
GrabViaMqttPlugin @ ~0.1.0 # Requires MqttService
GrabViaRestPlugin @ ~0.1.0 # Requires RestService
GruenbeckPlugin @ ~0.1.0
IconTextLampPlugin @ ~0.1.0
IconTextPlugin @ ~0.1.0 # Mandatory, can not be removed.
MatrixPlugin @ ~0.1.0
MultiIconPlugin @ ~0.1.0
OpenMeteoPlugin @ ~0.1.0
OpenWeatherPlugin @ ~0.1.0
RainbowPlugin @ ~0.1.0
SensorPlugin @ ~0.1.0
SignalDetectorPlugin @ ~0.1.0 # Requires AudioService
SoundReactivePlugin @ ~0.1.0 # Requires AudioService
SunrisePlugin @ ~0.1.0
SysMsgPlugin @ ~0.1.0 # Mandatory, can not be removed.
TempHumidPlugin @ ~0.1.0
VolumioPlugin @ ~0.1.0
WifiStatusPlugin @ ~0.1.0
WormPlugin @ ~0.1.0
extra_scripts =
pre:./scripts/configure_normal.py