box.cpp herschreven voor snelheid en bugloosheid. Plus, coole edits in het algemeen.
This commit is contained in:
parent
c12c5d1f97
commit
95f62fde10
4 changed files with 27 additions and 69 deletions
|
@ -285,7 +285,7 @@ int mainHandler(int CONN_fd){
|
|||
FlashBuf.append(Audio_Init.data, Audio_Init.len);
|
||||
FlashFirstAudio = false;
|
||||
}
|
||||
#if DEBUG >= 4
|
||||
#if DEBUG >= 5
|
||||
fprintf(stderr, "Received a tag of type %2hhu and length %i\n", tag->data[0], tag->len);
|
||||
#endif
|
||||
FlashBuf.append(tag->data,tag->len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue