Skip to content

Commit

Permalink
Update Dabble.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mimansamaheshwari authored Apr 12, 2019
1 parent d11dc2e commit 70700c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Dabble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,10 @@ void DabbleClass::processFrame(){
if(functionId == BOARDID_REQUEST)
{
// uint8_t BoardId_evive[1]={0x01};
uint8_t BoardId_Mega[4] = {0x02,1,4,0};
uint8_t BoardId_Uno[4] = {0x03,1,4,0};
uint8_t BoardId_Nano[4] = {0x04,1,4,0};
uint8_t BoardId_Other[4] = {0x05,1,4,0};
uint8_t BoardId_Mega[4] = {0x02,1,4,1};
uint8_t BoardId_Uno[4] = {0x03,1,4,1};
uint8_t BoardId_Nano[4] = {0x04,1,4,1};
uint8_t BoardId_Other[4] = {0x05,1,4,1};
#if ((defined(ARDUINO_AVR_MEGA2560)) || (defined(ARDUINO_AVR_MEGA)))
sendModuleFrame(Dabble_ID,0,BOARDID_REQUEST,1,new FunctionArg(4,BoardId_Mega));
#elif(defined(ARDUINO_AVR_NANO))
Expand Down

0 comments on commit 70700c6

Please sign in to comment.