long message does not work

This commit is contained in:
hg
2015-05-09 23:15:45 +02:00
parent f9df2439a8
commit 79cc72826c
5 changed files with 67 additions and 49 deletions

View File

@ -54,7 +54,7 @@ private:
const uint8_t SEND_BUFFER_SIZE = 30;
const uint8_t RECEIVE_BUFFER_SIZE = 180;
const uint8_t RECEIVE_BUFFER_SIZE = 250;
class MeterBusMaster : public RequestSender {
public: