fucking fixes i hate cpp
This commit is contained in:
@@ -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
|
||||
);
|
||||
@@ -6,4 +6,4 @@
|
||||
#include "test.hpp"
|
||||
#include "mqtt.hpp"
|
||||
|
||||
#define LED 2
|
||||
uint32_t getChipID();
|
||||
Reference in New Issue
Block a user