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: Servo pourtibo driver_mbed_TH02
Diff: main.cpp
- Revision:
- 63:cd8ab5860303
- Parent:
- 62:10ba6387b44c
- Child:
- 64:b57da430b53c
--- a/main.cpp Sun Sep 27 15:34:16 2020 +0000
+++ b/main.cpp Tue Oct 20 13:21:32 2020 +0000
@@ -216,7 +216,7 @@
Payload.reset();
size = Payload.addTemperature(1, (float) fTemp);
- size =size+ Payload.addRelativeHumidity(1, fRH);
+ size =size+ Payload.addRelativeHumidity(2, fRH);
// send complete message with cayenne format
retcode = lorawan.send(MBED_CONF_LORA_APP_PORT, Payload.getBuffer(), Payload.getSize(),