Add files via upload

master
Wojciech Kaczmarski 2019-11-20 18:42:17 +01:00 committed by GitHub
parent 4fed089498
commit 314ba0d5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -173,8 +173,9 @@ while True:
u_bat/=1000.0
i_bat/=1000.0
u_psu*=14.46/1576.5
u_bat*=14.51/1576.5 #might need to change coeffs
u_bat*=14.51/1576.5*12.67/12.57 #might need to change coeffs
i_bat/=100.0
i_bat*=63.0/50.0;
#overwrite
with open('/var/www/html/vals.txt', 'r') as file: