MatteCarra / AccA

Acc app allows to edit acc config file and add a tile to start and stop acc deamon
GNU General Public License v3.0
1.19k stars 85 forks source link

AccA doesn't write max current limit into DJS schedule #139

Closed alaviss closed 3 years ago

alaviss commented 4 years ago

The culprit seems to be here:

https://github.com/MatteCarra/AccA/blob/afb21c79b336f69ab1b50357b569e2af371a9228/app/src/main/java/mattecarra/accapp/acc/ConfigUpdater.kt#L39-L66

There are no references to getUpdateAccCurrentMaxCommand here where I believe there should be.

MatteCarra commented 3 years ago

Thanks. If you think you can fix issues like that you can create pull requests. I will try to do this myself tho.