Update buff length

This commit is contained in:
LowPowerLab 2015-09-23 23:30:05 -04:00
parent 7819d4b4d1
commit 6535902a1f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ RFM69 radio;
// MANUFACTURER_ID - OPTIONAL, 0xEF30 for windbond 4mbit flash (Moteino OEM) // MANUFACTURER_ID - OPTIONAL, 0xEF30 for windbond 4mbit flash (Moteino OEM)
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
SPIFlash flash(8, 0xEF30); //regular Moteinos have FLASH MEM on D8, MEGA has it on D4 SPIFlash flash(8, 0xEF30); //regular Moteinos have FLASH MEM on D8, MEGA has it on D4
char buff[20]; //max radio DATA length = 61 char buff[30]; //max radio DATA length = 61
String str; String str;
String substr; String substr;