Update readme with windows build info and remove include of debug file
This commit is contained in:
parent
7b3f248fab
commit
303aeae633
2 changed files with 5 additions and 4 deletions
|
@ -96,6 +96,9 @@ My primary development platform is Fedora Linux. With a proper build environmen
|
|||
|
||||
All of the gradle build files are provided to create an APK file ready to be installed on an Android device. A proper Android build system including the Android NDK is required and beyond the scope of this document.
|
||||
|
||||
# No builds are available
|
||||
No builds for any platform are available here. This is and always will be an open source project, to be used for educational and development purposes only.
|
||||
# No builds are available on Github
|
||||
No builds for any platform are available on this Github site. This is and always will be an open source project, to be used for educational and development purposes only. I am currently providing a Windows build which is *not* to be confused as any sort of official release of any kind. No support will be provided for any build at any time.
|
||||
|
||||
http://www.dudetronics.com/index.php/droidstar
|
||||
|
||||
|
||||
|
|
|
@ -221,8 +221,6 @@ void DroidStar::process_connect()
|
|||
MicPermission::check_permission();
|
||||
#endif
|
||||
|
||||
#include "build.h"
|
||||
|
||||
if( (m_callsign.size() < 4) ||
|
||||
(m_dmrid < 250000) ||
|
||||
(m_callsign != m_dmrids[m_dmrid]))
|
||||
|
|
Loading…
Add table
Reference in a new issue