diff --git a/config/configNormal.ini b/config/configNormal.ini index 665ce1e6..e96bf216 100644 --- a/config/configNormal.ini +++ b/config/configNormal.ini @@ -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 diff --git a/config/configSmall.ini b/config/configSmall.ini index 77a9d5d7..b844f118 100644 --- a/config/configSmall.ini +++ b/config/configSmall.ini @@ -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 @@ -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 diff --git a/config/configSmallNoI2s.ini b/config/configSmallNoI2s.ini index 72552d5c..d2ad23ff 100644 --- a/config/configSmallNoI2s.ini +++ b/config/configSmallNoI2s.ini @@ -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 diff --git a/config/configSmallUlanzi.ini b/config/configSmallUlanzi.ini index 5fc527e9..0edc695e 100644 --- a/config/configSmallUlanzi.ini +++ b/config/configSmallUlanzi.ini @@ -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 diff --git a/data/version.json b/data/version.json index 30085f60..5040b4b7 100644 --- a/data/version.json +++ b/data/version.json @@ -1,3 +1,3 @@ { - "version": "v7.1.0" + "version": "v7.1.1" } \ No newline at end of file diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index c031477a..154edbc9 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -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