mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-11-01 22:05:02 +00:00
Make sure msg size is big enough
This commit is contained in:
parent
41554f29b5
commit
50e6937268
@ -45,7 +45,7 @@ byte response
|
|||||||
byte hellopkt = $DA, $7E, 0, 0, $00, $00, $A2, 'H'
|
byte hellopkt = $DA, $7E, 0, 0, $00, $00, $A2, 'H'
|
||||||
byte[9] handle = ""
|
byte[9] handle = ""
|
||||||
byte chatpkt = $DA, $7E, 0, 0, $00, $01, $A2, 'C'
|
byte chatpkt = $DA, $7E, 0, 0, $00, $01, $A2, 'C'
|
||||||
byte[33] msg
|
byte[42] msg
|
||||||
//
|
//
|
||||||
// DEBUG
|
// DEBUG
|
||||||
//
|
//
|
||||||
@ -249,4 +249,4 @@ repeat
|
|||||||
fin
|
fin
|
||||||
fin
|
fin
|
||||||
until not ^instr
|
until not ^instr
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user