-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathconfigSmallNoI2s.ini
48 lines (48 loc) · 1.75 KB
/
configSmallNoI2s.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
44
45
46
47
48
; Configuration for development boards with a maximum of 4 MB flash.
[config:smallNoI2s]
build_flags =
-D CONFIG_FEATURE_IPERF=0
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.
;AudioService @ ~0.1.0
;TimerService @ ~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
BTCQuotePlugin @ ~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
;GruenbeckPlugin @ ~0.1.0
;IconTextLampPlugin @ ~0.1.0
IconTextPlugin @ ~0.1.0
JustTextPlugin @ ~0.1.0
MatrixPlugin @ ~0.1.0
MultiIconPlugin @ ~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_small_no_i2s.py