benzino77
benzino77
... or select only "Temp/Hum/Pressure" (it includes both APDS and BMP) and include "Custom parameters" entries.
Closing this issue due to no activity.
Will think about it. It is not so straightforward. For now you can, download `user_config_override.h` file and use it in the next compilation (but performed by hand).
If you downloaded your `user_config_override.h` file from tasmocompiler, you can use it to manually compile tasmota. You can also use `platformio.ini` file provided by tasmocompiler at the end of compilation.
That's true. Let me think about it.
To tell the truth I haven't think, one could use TasmoCompiler for _mass compiling_. When I was creating this tool I was thinking about home use cases where you have...
I would rather think of storing **some** information in `localStorage`: ```javascript localStorage.setItem('wifiSSID', 'myssid'); localStorage.setItem('wifiPass', 'mypassword'); localStorage.setItem('staticIP', true); ... ``` Then every time you open TasmoCompiler in the browser it can...
> Is it in your opinion an issue to store sensitive data unencrypted? That is a good question. It will be plain text so someone with access to your browser...
hmmm... that is strange. On my side all tests are passing without errors...
There is a problem with node version, I think. On my side (on my workstation) tests run on node `v17` sometimes failing: ```sh Now using node v17.9.1 (npm v8.11.0) ❯...