BUG: 29 byte waited 31 readed (1.8p2)

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
User avatar
ciskje
Posts: 34
Joined: Sat Mar 26, 2011 12:24 am

BUG: 29 byte waited 31 readed (1.8p2)

Post by ciskje »

In the serial section:

case 'W': //GUI write params to eeprom @ arduino
while (Serial.available()<29) {}

But with the 2 new byte from powermeter you read 31 byte.

Post Reply