1
0

fucking fixes i hate cpp

This commit is contained in:
Jose
2025-04-09 13:14:11 +02:00
parent bd7d56b46e
commit 0c03c052b4
8 changed files with 28 additions and 14 deletions

View File

@@ -1,7 +1,5 @@
#include <ArduinoJson.h>
#include "HTTPClient.h"
HTTPClient http;
#include <HTTPClient.h>
String serializeSensorValue (
int sensorId,
@@ -33,13 +31,16 @@ String serializeDevice (
);
void deserializeSensorValue (
HTTPClient* http,
int httpResponseCode
);
void deserializeActuatorStatus (
HTTPClient* http,
int httpResponseCode
);
void deserializeDevice (
HTTPClient* http,
int httpResponseCode
);

View File

@@ -6,4 +6,4 @@
#include "test.hpp"
#include "mqtt.hpp"
#define LED 2
uint32_t getChipID();