From: Michael Gernoth Date: Wed, 5 Mar 2014 07:26:09 +0000 (+0100) Subject: increase hm-buffer for culfw-devices X-Git-Tag: v0.100~22 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/commitdiff_plain/cda220240e89e21e8b7dd76ab6b6a56000ce20e6 increase hm-buffer for culfw-devices --- diff --git a/flash-ota.c b/flash-ota.c index 9126768..7afab13 100644 --- a/flash-ota.c +++ b/flash-ota.c @@ -207,7 +207,7 @@ int send_hm_message(struct ota_dev *dev, struct recv_data *rdata, uint8_t *msg) break; case DEVICE_TYPE_CULFW: { - char buf[128]; + char buf[256]; int i; memset(buf, 0, sizeof(buf));