-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*** OLD *** Migrated parameters #2017
Conversation
* Update interface_influxdb.cpp * Correct to UTC
* Update edit_config_param.html * Update ClassFlowAlignment.cpp
* Update defines.h * Update: Disable USE_HIMEM_IF_AVAILABLE
* Update config.ini * Update config.ini * Update config.ini
* Update build.yaml * Update build.yaml * Update build.yaml
* Implement InfluxDBv2 Innitial * Update incl. UI * Correct UI * Update UI - Indiv. Param. * Update edit_config_param.html * Correct Timeshift * Update Fieldname
@caco3, @jomjol: Some more discussion points in terms of config parameters:
##############################
|
What do you mean with "additional parameter adpation logic in firmware"? I only added function to migrate the parameters. and it works on the plain text file. |
I mean your migrate function. I was just thinking about this compabilty part in readconfigparam.js were parameters are also e.g. renamed and partly modified due to compability reason. |
The whole migration happens in the migration function in the firmware. |
Here and in the following lines some parameters are "modified" due to compability reason:
Maybe @jomjol can tell more to this. |
To simplify the PR, I only do the renaming in this PR. |
@Slider0007 Thanks for thinking into it!
Removed now (its only used in
Let's do that later to keep it as simple as possible.
Let's do that later to keep it as simple as possible. Also I would remove
Let's do that later to keep it as simple as possible.
@jomjol What do you think? The default in the firmware seems to be
@jomjol ? |
That is old code, not sure if we still need it but I would keep it as is for now to keep the PR as simple as possible. |
As far as I tested, it should be complete now. Please review and test #2023 |
replaced by #2023