mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-20 21:51:25 +08:00
Increased default buffer size for SDO uploads to 64k.
This commit is contained in:
@@ -44,7 +44,7 @@ class CommandUpload:
|
||||
void execute(MasterDevice &, const StringVector &);
|
||||
|
||||
protected:
|
||||
enum {DefaultBufferSize = 1024};
|
||||
enum {DefaultBufferSize = 64 * 1024};
|
||||
|
||||
static void printRawData(const uint8_t *, unsigned int);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user