Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of scoreLight_Advanced by
Diff: blobConfig.cpp
- Revision:
- 18:d72935b13858
- Parent:
- 14:0fc33a3a7b4b
- Child:
- 19:228430f1350e
--- a/blobConfig.cpp Sat Apr 28 09:33:49 2012 +0000
+++ b/blobConfig.cpp Sat Apr 28 12:35:21 2012 +0000
@@ -168,7 +168,7 @@
void blobConfig::sendConfData() {
// For the time being, only "per blob" data sending:
// (b) Per-spot sending of data (note: both are NOT exclusive; so if we want just packaged data, we need to make all the spot STOP sending data.
- for (int i=0; i<blobArray.size(); i++) {
+ for (int i=0; i<blobArray.size(); i++) {
if (blobArray[i]->render==true) blobArray[i]->sendData(); // a blob that is in stand-by mode may send data (good for testing with a fixed loop)
}
}
