mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-05 18:01:21 +08:00
more buffer
This commit is contained in:
@@ -49,7 +49,7 @@ private:
|
||||
void connect();
|
||||
void disconnect();
|
||||
void listports();
|
||||
static const int bufsize = 1000;
|
||||
static const int bufsize = 10000;
|
||||
unsigned char buf[MainFrame::bufsize+1];
|
||||
wxTextCtrl *text;
|
||||
wxTextCtrl *textinput;
|
||||
|
||||
Reference in New Issue
Block a user