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.
Dependencies: X_NUCLEO_IKS01A2
Diff: source/ESS2.h
- Revision:
- 2:5da515ba10ff
- Parent:
- 1:b12ac7b02a21
diff -r b12ac7b02a21 -r 5da515ba10ff source/ESS2.h
--- a/source/ESS2.h Wed Apr 29 16:18:37 2020 +0000
+++ b/source/ESS2.h Thu Apr 30 14:28:59 2020 +0000
@@ -53,9 +53,9 @@
GattCharacteristic *charTable[] = { &winddirectionchar, &pressurechar };
- GattService EnvironmentalService(0x181A, charTable, sizeof(charTable) / sizeof(GattCharacteristic *));
+ GattService EnvironmentalService2(0x181A, charTable, sizeof(charTable) / sizeof(GattCharacteristic *));
- ble.gattServer().addService(EnvironmentalService);
+ ble.gattServer().addService(EnvironmentalService2);
}