City1082 telemetry application

Revision:
6:ba6358882ff3
Parent:
4:455f43ddbaa9
--- a/src/display.h	Tue Nov 30 23:12:31 2021 +0000
+++ b/src/display.h	Tue Nov 30 23:18:13 2021 +0000
@@ -2,5 +2,5 @@
 #define DISPLAY_H
 
 void displayThread();
-void displaySendUpdateSensor(float voltage, float current, int counter);
+void displaySendUpdateSensor(float, float, int);
 #endif
\ No newline at end of file