Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some improvements... #1

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
936284e
further code cleanup
Holoratte Aug 20, 2015
d17ed44
serial enumeration code found - not yet implemented
Holoratte Aug 20, 2015
e8f55fe
added acknowledgments
Holoratte Aug 20, 2015
9bf1c95
more acknowledgments
Holoratte Aug 20, 2015
ef70dcf
ok
Holoratte Aug 20, 2015
126cf04
so long
Holoratte Aug 20, 2015
af3d62a
plotting bug
Holoratte Aug 21, 2015
47569dd
new
Holoratte Aug 21, 2015
527e005
Merge pull request #1 from Holoratte/develop
Holoratte Aug 21, 2015
ff6c13d
comport enumeration implemented
Holoratte Aug 24, 2015
12f854f
disconnect and rescan added to connection gui
Holoratte Aug 26, 2015
932f6b8
connection gui bug fix
Holoratte Aug 26, 2015
d830f26
bug fix initThread
Holoratte Aug 26, 2015
f757334
Merge pull request #2 from Holoratte/develop
Holoratte Aug 26, 2015
085a721
more stable connection manager init_thread
Holoratte Aug 27, 2015
29eaa7e
serial exception handler
Holoratte Aug 27, 2015
4895f33
Merge pull request #3 from Holoratte/develop
Holoratte Aug 27, 2015
43d4741
code cleanup
Holoratte Aug 27, 2015
9d46bef
Merge branch 'master' into develop
Holoratte Aug 27, 2015
c2d598e
Optimized CPU load
Holoratte Aug 29, 2015
cacbf74
Merge branch 'master' into develop
Holoratte Aug 29, 2015
4d8ad3e
change
Holoratte Aug 30, 2015
901d4ff
change
Holoratte Aug 30, 2015
6d60be0
no need to share
Holoratte Aug 30, 2015
a9752a4
Delete Ringbuffer.pyc
Holoratte Aug 30, 2015
c59a429
Merge branch 'develop'
Holoratte Aug 30, 2015
91dac68
Merge branch 'master' of https://github.com/Holoratte/ArdumowerDK
Holoratte Aug 30, 2015
0475052
new feature: choose what debug-window is displaying
Holoratte Aug 30, 2015
1cbd01e
Merge pull request #4 from Holoratte/develop
Holoratte Aug 30, 2015
1993c03
added thread safety to the new debug features
Holoratte Aug 31, 2015
07b5c61
update V15
Holoratte Sep 6, 2015
28a5961
V15 new features added
Holoratte Sep 6, 2015
7338a9c
python3 and linux compatibility
sibbi77 Sep 9, 2015
641caed
Revert "V15 new features added"
Holoratte Sep 11, 2015
deebe1b
Revert "Revert "V15 new features added""
Holoratte Sep 11, 2015
da39107
Pushalot Push-notification for windows phone
Holoratte Sep 12, 2015
05cead9
Windows phone Push notification service
Holoratte Sep 12, 2015
fb8c13b
Select all debug text
Holoratte Sep 12, 2015
1627d2b
Merge pull request #5 from sibbi77/master
Holoratte Sep 14, 2015
1081322
Workaround for unstable (high latency) wifi connection
Holoratte Sep 14, 2015
735e2d9
some updates
Holoratte Sep 14, 2015
2b49c79
settings file write encoded utf-8
Holoratte Sep 14, 2015
a448c88
no need in this branch
Holoratte Sep 14, 2015
17d6d65
RF24
Holoratte May 8, 2016
f6d51f9
cleanup
Holoratte May 9, 2016
dd73c36
Bug Linux Debug Window
Holoratte Aug 15, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk

# =========================
# Python
# =========================
*.pyc
*.pyo
Loading