Some new artwork. Still sucks.

This commit is contained in:
Scott Duensing 2021-12-27 17:25:41 -06:00
parent 79edabef5f
commit 35938e3ba2
7 changed files with 14 additions and 8 deletions

1
.gitattributes vendored
View file

@ -1,2 +1,3 @@
*.png 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)

Binary file not shown.

BIN
client/data/ddialing.png (Stored with Git LFS)

Binary file not shown.

BIN
client/data/dinit.png (Stored with Git LFS)

Binary file not shown.

BIN
client/data/logo.png (Stored with Git LFS)

Binary file not shown.

BIN
client/data/logo.xcf (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -85,6 +85,8 @@ void taskNetwork(void *data) {
do {
//***TODO*** Detect disconnection. Maybe have callbacks registered that can notify tasks?
// Read pending bytes.
r = comRead(__configData.serialCom - 1, buffer, 1024);
if (r > 0) {