Commit Graph

16559 Commits

Author SHA1 Message Date
vanhofen
b5e26230b3 configure.ac: re-enable api key gui management by default
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8fae540184
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-13 (Mon, 13 May 2024)

Origin message was:
------------------
- configure.ac: re-enable api key gui management by default

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-13 22:02:13 +02:00
vanhofen
c629f8c344 configure.ac: remove fallback code
Origin commit data
------------------
Branch: ni/coolstream
Commit: e9333e1666
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-13 (Mon, 13 May 2024)

Origin message was:
------------------
- configure.ac: remove fallback code

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-13 22:02:13 +02:00
vanhofen
2dd960f894 configure.ac: in shoutcast speach it's not an api key but a developer id
See 10th section in https://www.shoutcast.com/legal/agreements/api#4-license-restrictions


Origin commit data
------------------
Branch: ni/coolstream
Commit: bc49bc4d23
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-13 (Mon, 13 May 2024)

Origin message was:
------------------
- configure.ac: in shoutcast speach it's not an api key but a developer id

See 10th section in https://www.shoutcast.com/legal/agreements/api#4-license-restrictions


------------------
This commit was generated by Migit
2024-05-13 22:02:13 +02:00
Thilo Graf
aafe499a69 configure.ac: More API key management security and improve backward compatibility
- GUI management of API keys is now disabled by default for OpenWeather,
 TMDb, OMDb, Shoutcast, and YouTube to enhance security.
 In particular, the risk of accidental activation of GUI-based management
 of API keys should be reduced.
- Introduced warning log messages to inform users about the risks of
 enabling GUI management, which could potentially expose sensitive API
 keys.
- Updated help strings to emphasize safe use of API keys.
- Added notices for users about the possible use of outdated API key
 options.
- Implemented missing backward compatibility for some API option names
 that have changed. This is necessary because build environments
 generated with 'buildenv' do not necessarily adjust automatically to
 the new options. This should prevent the risk of build failures and
 ensure that older configurations remain compatible.

These changes aim to secure configurations better and mitigate the risk
of unintentional exposure of API keys to end users and should avoid build errors.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f46c4177d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-05-13 (Mon, 13 May 2024)

Origin message was:
------------------
configure.ac: More API key management security and improve backward compatibility

- GUI management of API keys is now disabled by default for OpenWeather,
 TMDb, OMDb, Shoutcast, and YouTube to enhance security.
 In particular, the risk of accidental activation of GUI-based management
 of API keys should be reduced.
- Introduced warning log messages to inform users about the risks of
 enabling GUI management, which could potentially expose sensitive API
 keys.
- Updated help strings to emphasize safe use of API keys.
- Added notices for users about the possible use of outdated API key
 options.
- Implemented missing backward compatibility for some API option names
 that have changed. This is necessary because build environments
 generated with 'buildenv' do not necessarily adjust automatically to
 the new options. This should prevent the risk of build failures and
 ensure that older configurations remain compatible.

These changes aim to secure configurations better and mitigate the risk
of unintentional exposure of API keys to end users and should avoid build errors.


------------------
This commit was generated by Migit
2024-05-13 22:02:13 +02:00
Thilo Graf
5a516e7778 .gitignore: Add .vscode directory to prevent tracking of IDE settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 41b06505d5
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-05-13 (Mon, 13 May 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-13 22:02:13 +02:00
Thilo Graf
3d2bfb975e opkg_manager: Refactor version info saving logic in COPKGManager
Update logic in COPKGManager::pullPkgData() to handle various
package names including "neutrino-mp", "neutrino", or falling
back to the generic "PACKAGE" if specific names are not found.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a48d607dab
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-05-13 (Mon, 13 May 2024)



------------------
This commit was generated by Migit
2024-05-13 22:02:13 +02:00
vanhofen
5ede88f472 configure.ac: shorten/unify AS_HELP_STRINGs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 340490fd76
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-04 (Sat, 04 May 2024)

Origin message was:
------------------
- configure.ac: shorten/unify AS_HELP_STRINGs

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-04 23:25:35 +02:00
vanhofen
5742aaedba rename SHOUTCAST_DEV_KEY => SHOUTCAST_DEV_ID
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6559455ce8
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-04 (Sat, 04 May 2024)

Origin message was:
------------------
- rename SHOUTCAST_DEV_KEY => SHOUTCAST_DEV_ID

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-04 23:25:35 +02:00
vanhofen
fc93b17640 rename YOUTUBE_DEV_KEY => YOUTUBE_API_KEY
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d01fa773a
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-04 (Sat, 04 May 2024)

Origin message was:
------------------
- rename YOUTUBE_DEV_KEY => YOUTUBE_API_KEY

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-04 23:25:35 +02:00
vanhofen
ddc4cfe645 rename TMDB_DEV_KEY => TMDB_API_KEY
Origin commit data
------------------
Branch: ni/coolstream
Commit: dbb48ff878
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-04 (Sat, 04 May 2024)

Origin message was:
------------------
- rename TMDB_DEV_KEY => TMDB_API_KEY

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-04 23:25:35 +02:00
vanhofen
453c54ab16 rename WEATHER_DEV_KEY => WEATHER_API_KEY
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7925297e03
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-04 (Sat, 04 May 2024)

Origin message was:
------------------
- rename WEATHER_DEV_KEY => WEATHER_API_KEY

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-04 23:25:35 +02:00
vanhofen
14e345f53b weather: formatting code using astyle
Origin commit data
------------------
Branch: ni/coolstream
Commit: f63728bbb5
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-03 (Fri, 03 May 2024)

Origin message was:
------------------
- weather: formatting code using astyle

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-03 23:12:40 +02:00
vanhofen
fd8202c674 weather-setup: disable api version chooser until api version 3.0 won't work
Origin commit data
------------------
Branch: ni/coolstream
Commit: fedb8d3b68
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-03 (Fri, 03 May 2024)

Origin message was:
------------------
- weather-setup: disable api version chooser until api version 3.0 won't work

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-03 22:24:51 +02:00
vanhofen
d8985c2ed5 locale: add LOCALE_MENU_HINT_WEATHER_API_VERSION
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4bb0243934
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-03 (Fri, 03 May 2024)

Origin message was:
------------------
- locale: add LOCALE_MENU_HINT_WEATHER_API_VERSION

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-03 22:24:51 +02:00
vanhofen
3dd75cd07b rename weather-dev-ver => weather-api-version
Origin commit data
------------------
Branch: ni/coolstream
Commit: d083c61dbb
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-05-03 (Fri, 03 May 2024)

Origin message was:
------------------
- rename weather-dev-ver => weather-api-version

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-03 22:24:51 +02:00
TangoCash
10a9a1a206 add option to change openweather api to 3.0, since 2.5 will be deactivated in June 2024
Origin commit data
------------------
Branch: ni/coolstream
Commit: 58cf5bf2f1
Author: TangoCash <eric@loxat.de>
Date: 2024-05-03 (Fri, 03 May 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-03 22:24:51 +02:00
BPanther
0b8d7db3e8 fix rc (thx mohousch)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90a05b4b62
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-05-03 (Fri, 03 May 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-03 21:09:51 +02:00
BPanther
ba7f67e35a yWeb: /control/getchannelinfo changed.
Line 1: servicename
Line 2: epg now
Line 3: epg now duration X/Y
Line 4: epg next


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a26bc91aa
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-05-03 (Fri, 03 May 2024)



------------------
This commit was generated by Migit
2024-05-03 21:09:51 +02:00
BPanther
4a6676262a yWeb: /control/getchannelinfo for short channel info added.
Line 1: servicename
Line 2: epg info
Line 3: duration X/Y


Origin commit data
------------------
Branch: ni/coolstream
Commit: b24077eeb9
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-05-03 (Fri, 03 May 2024)



------------------
This commit was generated by Migit
2024-05-03 21:09:51 +02:00
GetAway
21465ade0c getservices.cpp: fix e2tv streaming on cable boxes
Origin commit data
------------------
Branch: ni/coolstream
Commit: bbed77d8d1
Author: GetAway <get-away@t-online.de>
Date: 2024-05-03 (Fri, 03 May 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-05-03 21:09:51 +02:00
vanhofen
371f806fdc record-info: fix display of timeshift icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 04320a31fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-04-23 (Tue, 23 Apr 2024)

Origin message was:
------------------
- record-info: fix display of timeshift icon

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-04-23 20:21:17 +02:00
vanhofen
e2576d8787 bouqueteditor: use NEUTRINO_ICON_BUTTON_CHECKED
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b7a794777
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-04-23 (Tue, 23 Apr 2024)

Origin message was:
------------------
- bouqueteditor: use NEUTRINO_ICON_BUTTON_CHECKED

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-04-23 20:21:17 +02:00
vanhofen
edfd85e715 icons: introduce NEUTRINO_ICON_BUTTON_CHECKED
Origin commit data
------------------
Branch: ni/coolstream
Commit: 769990243b
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-04-23 (Tue, 23 Apr 2024)

Origin message was:
------------------
- icons: introduce NEUTRINO_ICON_BUTTON_CHECKED

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-04-23 20:21:17 +02:00
vanhofen
5f7e98c4a4 turn some comparsions for a better readability; pt. 3
Origin commit data
------------------
Branch: ni/coolstream
Commit: 99bbb95519
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-03-27 (Wed, 27 Mar 2024)

Origin message was:
------------------
- turn some comparsions for a better readability; pt. 3

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-03-27 00:10:12 +01:00
vanhofen
57ae2e0df5 turn some comparsions for a better readability; pt. 2
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5284271ddb
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-03-26 (Tue, 26 Mar 2024)

Origin message was:
------------------
- turn some comparsions for a better readability; pt. 2

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-03-26 23:34:30 +01:00
vanhofen
3d4a3889aa turn some comparsions for a better readability
Origin commit data
------------------
Branch: ni/coolstream
Commit: bee4cb4959
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-03-25 (Mon, 25 Mar 2024)

Origin message was:
------------------
- turn some comparsions for a better readability

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-03-25 20:29:55 +01:00
vanhofen
c9ea82738e nhttpd_controlapi.html: update reloadchannels documentation
Origin commit data
------------------
Branch: ni/coolstream
Commit: 470001bcdb
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-02-27 (Tue, 27 Feb 2024)

Origin message was:
------------------
- nhttpd_controlapi.html: update reloadchannels documentation

------------------
This commit was generated by Migit
2024-02-27 10:44:53 +01:00
vanhofen
ef30cd94dd helpers: add ø to GetSpecialName()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d89394141
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-02-18 (Sun, 18 Feb 2024)

Origin message was:
------------------
- helpers: add ø to GetSpecialName()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-02-18 14:05:34 +01:00
TangoCash
af9609c562 add option to reload channels via webif without saving first
Origin commit data
------------------
Branch: ni/coolstream
Commit: 49762cac5c
Author: TangoCash <eric@loxat.de>
Date: 2016-03-25 (Fri, 25 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-02-18 13:07:34 +01:00
vanhofen
0fb94672e2 neutrino: some minor formatting changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d66951874
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-28 (Sun, 28 Jan 2024)

Origin message was:
------------------
- neutrino: some minor formatting changes

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-28 11:54:32 +01:00
vanhofen
79c95bc8e7 neutrino: try to fix segfault
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8eed517283
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-28 (Sun, 28 Jan 2024)

Origin message was:
------------------
- neutrino: try to fix segfault

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-28 10:54:33 +01:00
BPanther
5f0d9591a3 fix PiP init (first call) hd51/h7/bre
Origin commit data
------------------
Branch: ni/coolstream
Commit: c0cdf1b363
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-01-21 (Sun, 21 Jan 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-21 22:41:53 +01:00
GetAway
92086a7cc5 update.cpp: remove unused variable
Origin commit data
------------------
Branch: ni/coolstream
Commit: ddb6c5cd6f
Author: GetAway <get-away@t-online.de>
Date: 2024-01-14 (Sun, 14 Jan 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-14 17:12:53 +01:00
GetAway
a7488f5baf zapit.cpp: fix segfault on CST while neutrino starts
Origin commit data
------------------
Branch: ni/coolstream
Commit: b7b6191c23
Author: GetAway <get-away@t-online.de>
Date: 2024-01-13 (Sat, 13 Jan 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-13 23:35:30 +01:00
vanhofen
f4bafe1f0f update: fix cb526d15ba
Origin commit data
------------------
Branch: ni/coolstream
Commit: 854a86ba9f
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-12 (Fri, 12 Jan 2024)

Origin message was:
------------------
- update: fix cb526d15ba

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-12 21:36:00 +01:00
Thilo Graf
ad57380dfa moviedb: outsource moviedb sources into own subdir
Origin commit data
------------------
Branch: ni/coolstream
Commit: d8e6bf8dfe
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-01-09 (Tue, 09 Jan 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-10 23:16:24 +01:00
Thilo Graf
53f31245d4 zapit: fix build in src/capmt.cpp on disabled PIP
- Add missig #if ENABLE_PIP in switch with case PIP

Introduced by Cherry-Pick: Fix Compiler Warning 93dd22886d9bda81afbe7ab43afeda8b1dda49f0


Origin commit data
------------------
Branch: ni/coolstream
Commit: c27ee1803b
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-01-09 (Tue, 09 Jan 2024)



------------------
This commit was generated by Migit
2024-01-10 23:14:00 +01:00
vanhofen
1aa01a475d weather: minor formatting changes in checkUpdate()
Origin commit data
------------------
Branch: ni/coolstream
Commit: c09903b255
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-08 (Mon, 08 Jan 2024)

Origin message was:
------------------
- weather: minor formatting changes in checkUpdate()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-08 21:48:28 +01:00
vanhofen
b9361f5e65 glcd/weather: use next day after 4pm; align display to lcd4linux
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8fee8bd7c7
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-08 (Mon, 08 Jan 2024)

Origin message was:
------------------
- glcd/weather: use next day after 4pm; align display to lcd4linux

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-08 21:45:58 +01:00
vanhofen
6c2485a752 neutrino: move pip_rotate code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 66265abc16
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-07 (Sun, 07 Jan 2024)

Origin message was:
------------------
- neutrino: move pip_rotate code

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-07 15:29:40 +01:00
vanhofen
679f3f2374 revert 59b9bfd and 6c2e38e
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9911782cb2
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-06 (Sat, 06 Jan 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-06 23:46:56 +01:00
vanhofen
e994f93f8d neutrino: wtf?
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6cffc73cce
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino: wtf?

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:12:48 +01:00
vanhofen
79ea9eaf02 eitd/debug: formatting code using astyle
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3d95b8bd67
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- eitd/debug: formatting code using astyle

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00
vanhofen
65a130fdad debug: formatting code using astyle; remove unused code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c6909edf9
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- debug: formatting code using astyle; remove unused code

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00
vanhofen
61bec9ed3b neutrino: formatting CmdParser() using astyle
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee18cd5162
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino: formatting CmdParser() using astyle

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00
vanhofen
b35663155a neutrino: fix compiler warning
warning: 'void* __builtin_memcpy(void*, const void*, unsigned int)' accessing 2147483640 or more bytes at offsets 0 and 0 overlaps 2147483633 bytes at offset 7 [-Wrestrict]


Origin commit data
------------------
Branch: ni/coolstream
Commit: b7d3d02cc5
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino: fix compiler warning

warning: 'void* __builtin_memcpy(void*, const void*, unsigned int)' accessing 2147483640 or more bytes at offsets 0 and 0 overlaps 2147483633 bytes at offset 7 [-Wrestrict]


------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00
vanhofen
8c32493999 neutrino remove unused parameter -r from CmdParser()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9563fe7878
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino remove unused parameter -r from CmdParser()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00
vanhofen
cb526d15ba neutrino remove useless allow_flash from CmdParser()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6981a252c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino remove useless allow_flash from CmdParser()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00
vanhofen
e8f1ef4994 neutrino remove useless softupdate from CmdParser()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 138a5c9886
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino remove useless softupdate from CmdParser()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00
vanhofen
904ee92b7e neutrino remove unused fromflash from CmdParser()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6437793f78
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino remove unused fromflash from CmdParser()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-05 23:02:50 +01:00