Skip to content
Snippets Groups Projects
Commit 6b62bd87 authored by Drahflow's avatar Drahflow
Browse files

Merged.

parent 5be34b0a
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@
import sys, client
SERVER = "tcp://localhost:5570"
XOFF = 0
YOFF = 0
TEXT = "Hello World!"
......
......@@ -17,7 +17,7 @@ struct fill {
int x, y;
int width, height;
uint8_t bright;
} __attribute__((packed));
} __attribute__ ((packed));
struct packet {
uint8_t cmd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment