Some new artwork. Still sucks.
This commit is contained in:
parent
79edabef5f
commit
35938e3ba2
7 changed files with 14 additions and 8 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,2 +1,3 @@
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xcf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
BIN
client/data/dconnect.png
(Stored with Git LFS)
BIN
client/data/dconnect.png
(Stored with Git LFS)
Binary file not shown.
BIN
client/data/ddialing.png
(Stored with Git LFS)
BIN
client/data/ddialing.png
(Stored with Git LFS)
Binary file not shown.
BIN
client/data/dinit.png
(Stored with Git LFS)
BIN
client/data/dinit.png
(Stored with Git LFS)
Binary file not shown.
BIN
client/data/logo.png
(Stored with Git LFS)
BIN
client/data/logo.png
(Stored with Git LFS)
Binary file not shown.
BIN
client/data/logo.xcf
(Stored with Git LFS)
Normal file
BIN
client/data/logo.xcf
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -85,6 +85,8 @@ void taskNetwork(void *data) {
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
|
||||||
|
//***TODO*** Detect disconnection. Maybe have callbacks registered that can notify tasks?
|
||||||
|
|
||||||
// Read pending bytes.
|
// Read pending bytes.
|
||||||
r = comRead(__configData.serialCom - 1, buffer, 1024);
|
r = comRead(__configData.serialCom - 1, buffer, 1024);
|
||||||
if (r > 0) {
|
if (r > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue