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.
Diff: main.cpp
- Revision:
- 41:8f891ea56b0d
- Parent:
- 40:a67a880cb538
- Child:
- 42:ce269f988ac8
--- a/main.cpp Wed Feb 13 08:04:22 2019 +0000
+++ b/main.cpp Wed Feb 13 08:05:33 2019 +0000
@@ -207,7 +207,9 @@
uBit.display.image.setPixelValue(1, 4, 255);
} else {
delete sgp30;
+ delete sgp30Callbacks;
sgp30 = NULL;
+ sgp30Callbacks = NULL;
}
}