update: move function to get active partition to helpers.cpp

Origin commit data
------------------
Branch: ni/coolstream
Commit: b4b3264967
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-21 (Sat, 21 Dec 2019)

Origin message was:
------------------
- update: move function to get active partition to helpers.cpp

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-12-21 01:26:01 +01:00
parent d0fe0e6d4e
commit 1f66f75ed0
3 changed files with 122 additions and 122 deletions

View File

@@ -192,5 +192,6 @@ bool downloadUrl(std::string url, std::string file, const std::string userAgent
bool isDigitWord(std::string str);
//
int getActivePartition();
#endif