Asep Bagja Priandana
Asep Bagja Priandana
I'm testing your code in firmware 3.1.8 and the value for battery level is very different with the value in Flower Care app. The value from the script is 39%...
The node-sass package is deprecated and need Python 2.7, so that it can't be installed in the new system such as Apple M1 computer. All projects that still uses node-sass...
**Why do we we change?** This project was vacuuming in development a new feature about more than a year since 2020 to 2021 due to our business turmoil. Our frontend...
The first time users use Tania, they must choose their farm location by clicking on the map. We realize that this feature is useless for the farm level. It's better...
When users download and running the executable file of Tania, they will have a default username `tania` and the default password `tania`. This is not good. Ideally, users can define...
Create a new menu to export all data from the SQL database to CSV, so that users can import that data to other software easily.
In the current version of Tania, users must have a reservoir to create an area. This will become a problem for users who take their irrigation from unmeasurable (difficult to...
Here's my Faust program ``` import("stdfaust.lib"); // VCO 1 vco1_gain = vslider("vco1_gain", 0, 0, 1, 0.01); vco1(freq) = os.m_osccos(freq) * vco1_gain; // VCO 2 vco2_gain = vslider("vco2_gain", 0, 0, 1,...