From 60e8b529e63db0a278494b7c4d9b59e324f3b3b9 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Sun, 18 Jun 2023 18:19:27 +0200 Subject: [PATCH 1/2] Because lack of flash space for 4 MB development boards, the AudioService with the SoundReactivePlugin was removed and therefore BTCQuotePlugin, ShellyPlugSPlugin, VolumioPlugin and WifiStatusPlugin were added. --- config/configNormal.ini | 4 ++-- config/configSmall.ini | 14 +++++++------- config/configSmallNoI2s.ini | 4 ++-- config/configSmallUlanzi.ini | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) 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 From 69216f28737f19d0b786bb5ac384f398c6fe02a2 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Sun, 18 Jun 2023 18:21:03 +0200 Subject: [PATCH 2/2] Version bumped to v7.1.1 --- data/version.json | 2 +- doc/doxygen/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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