We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab88041 commit 7e89aa1Copy full SHA for 7e89aa1
src/phyphoxBLE_NRF52.cpp
@@ -388,7 +388,7 @@ void PhyphoxBLE::addExperiment(PhyphoxBleExperiment& exp)
388
389
for(uint8_t i=0;i<phyphoxBleNViews; i++){
390
for(int j=0; j<phyphoxBleNElements; j++){
391
- exp.getViewBytes(buffer,0,j);
+ exp.getViewBytes(buffer,i,j);
392
memcpy(&EXPARRAY[length],&buffer[0],strlen(buffer));
393
length += strlen(buffer);
394
memset(&(buffer[0]), NULL, strlen(buffer));
0 commit comments