From ab477f2cabe57e02458251e808eda805a24d3878 Mon Sep 17 00:00:00 2001 From: woheller69 Date: Wed, 12 Apr 2023 17:37:21 +0200 Subject: [PATCH] update V1.1 --- README.md | 6 +++++- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/11.txt | 3 +++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt diff --git a/README.md b/README.md index 2945ccb..1e9e53e 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,12 @@ Maximum power your solar cells can deliver. #### Cells efficiency [%] Portion of energy in the form of sunlight that can be converted into electricity by the solar cell. +#### Temperature coefficient [%/K] +Dependence of the cell power on temperature (usually in the range of -0.4%/K). +Cell temperature is estimated from ambient temperature and total irradiance. + #### Cell area [m2] -Size of the active area your solar panel. +Size of your solar panel. #### Diffuse radiation efficiency [%] Efficiency of your solar power plant for diffuse radiation. When pointing up it should be around 100%, when pointing to the horizon it may be around 50%. diff --git a/app/build.gradle b/app/build.gradle index ff0787a..eca612e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "org.woheller69.solxpect" minSdkVersion 26 targetSdkVersion 31 - versionCode 10 - versionName "1.0" + versionCode 11 + versionName "1.1" buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\"" buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\"" diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..4a7aed0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,3 @@ +Shading taken into account +Display current sun position +Help \ No newline at end of file