LoRaWAN_FAE_Training

Dependencies:   X_NUCLEO_IKS01A2

Files at this revision

API Documentation at this revision

Comitter:
SemBen
Date:
Wed Mar 20 11:13:10 2019 +0000
Parent:
51:a6da9392e7c3
Commit message:
remove some warnings

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Mar 14 09:24:00 2019 +0000
+++ b/main.cpp	Wed Mar 20 11:13:10 2019 +0000
@@ -197,10 +197,8 @@
     /*
     uint16_t Temperature, Index=1;
     uint32_t Pressure, Humidity;
-    float sensor_value;
     
     float value1, value2;
-    char buffer1[32], buffer2[32];
     int32_t axes[3];
     
     hum_temp->get_temperature(&value1);