From d02d6edb435a06cd8d5175e2e706c781297d3d8c Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 10 Jun 2025 17:42:24 +0200 Subject: [PATCH] Reorder readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1979419..a43a129 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,6 @@ BiogasControllerApp has just received a major rewrite, where I focused on code-r If you are here to read the code, the files you are most likely looking for can be found in the `lib` folder. If you want to understand and have a look at all of the application, start with the `biogascontrollerapp.py` file -# Features -- Read data the microcontroller in ENATECH sends -- Configure the microcontroller (Coefficients & Temperature). Old settings will be pre-loaded -- Focus on code quality and readability as well as stability -- Tips to resolve errors directly in the app -- The app is still maintained and as such known issues will be resolved -- Clean UI focusing on ease of use -- Documented code so you can more easily understand what is happening - # Installation To install it, navigate to the releases tab on the right hand side. Click the current release, scroll down to assets and select the version appropriate for your operating system. @@ -46,6 +37,15 @@ That means: Compared to older versions, the new BiogasControllerApp doesn't install itself as an app and only resides in a folder where you can launch it using the executable or the `launch.sh` script. +# Features +- Read data the microcontroller in ENATECH sends +- Configure the microcontroller (Coefficients & Temperature). Old settings will be pre-loaded +- Focus on code quality and readability as well as stability +- Tips to resolve errors directly in the app +- The app is still maintained and as such known issues will be resolved +- Clean UI focusing on ease of use +- Documented code so you can more easily understand what is happening + # Issues If you encounter any bugs or other weird behaviour, please open an issue on this GitHub repository.