Skip to content

Commit

Permalink
Merge pull request #134 from BlueAndi/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
BlueAndi committed Jun 18, 2023
2 parents 0d8a629 + 69216f2 commit 2454575
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions config/configNormal.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ lib_deps =
RainbowPlugin @ ~0.1.0
SensorPlugin @ ~0.1.0
ShellyPlugSPlugin @ ~0.1.0
SignalDetectorPlugin @ ~0.1.0
SoundReactivePlugin @ ~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
Expand Down
14 changes: 7 additions & 7 deletions config/configSmall.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ lib_deps =
# Services
TopicHandlerService @ ~0.1.0 # Mandatory, can not be removed.
SettingsService @ ~0.1.0 # Mandatory, can not be removed.
AudioService @ ~0.1.0
;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 **********
;BatteryPlugin @ ~0.1.0
;BTCQuotePlugin @ ~0.1.0
BTCQuotePlugin @ ~0.1.0
CountdownPlugin @ ~0.1.0
DateTimePlugin @ ~0.1.0
;DDPPlugin @ ~0.1.0
Expand All @@ -30,15 +30,15 @@ lib_deps =
OpenWeatherPlugin @ ~0.1.0
;RainbowPlugin @ ~0.1.0
SensorPlugin @ ~0.1.0
;ShellyPlugSPlugin @ ~0.1.0
;SignalDetectorPlugin @ ~0.1.0
SoundReactivePlugin @ ~0.1.0
ShellyPlugSPlugin @ ~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
ThreeIconPlugin @ ~0.1.0
;VolumioPlugin @ ~0.1.0
;WifiStatusPlugin @ ~0.1.0
VolumioPlugin @ ~0.1.0
WifiStatusPlugin @ ~0.1.0
WormPlugin @ ~0.1.0
extra_scripts =
pre:./scripts/configure_small.py
4 changes: 2 additions & 2 deletions config/configSmallNoI2s.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ lib_deps =
;RainbowPlugin @ ~0.1.0
SensorPlugin @ ~0.1.0
;ShellyPlugSPlugin @ ~0.1.0
;SignalDetectorPlugin @ ~0.1.0
;SoundReactivePlugin @ ~0.1.0 # No AudioService available
;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
Expand Down
4 changes: 2 additions & 2 deletions config/configSmallUlanzi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ lib_deps =
;RainbowPlugin @ ~0.1.0
SensorPlugin @ ~0.1.0
;ShellyPlugSPlugin @ ~0.1.0
;SignalDetectorPlugin @ ~0.1.0
;SoundReactivePlugin @ ~0.1.0 # No AudioService available
;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
Expand Down
2 changes: 1 addition & 1 deletion data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v7.1.0"
"version": "v7.1.1"
}
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Pixelix
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v7.1.0
PROJECT_NUMBER = v7.1.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 2454575

Please sign in to comment.