Skip to content

Commit 0896d3a

Browse files
committed
Multi value properties implementation
1 parent f9fa275 commit 0896d3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ArduinoIoTCloud.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#include <ArduinoIoTCloudBearSSL.h>
2323
#include <ArduinoCloudThing.h>
2424
#include "ConnectionManager.h"
25-
#include "valuetypes/CloudWrapperBool.h"
26-
#include "valuetypes/CloudWrapperFloat.h"
27-
#include "valuetypes/CloudWrapperInt.h"
28-
#include "valuetypes/CloudWrapperString.h"
25+
#include "types/CloudWrapperBool.h"
26+
#include "types/CloudWrapperFloat.h"
27+
#include "types/CloudWrapperInt.h"
28+
#include "types/CloudWrapperString.h"
2929

3030

3131
#include "CloudSerial.h"

0 commit comments

Comments
 (0)