File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
libraries/RainMaker/examples Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ void setup()
83
83
my_node.addDevice (my_device);
84
84
85
85
// This is optional
86
- RMaker.enableOTA (OTA_USING_PARAMS );
86
+ RMaker.enableOTA (OTA_USING_TOPICS );
87
87
// If you want to enable scheduling, set time zone for your region using setTimeZone().
88
88
// The list of available values are provided here https://rainmaker.espressif.com/docs/time-service.html
89
89
// RMaker.setTimeZone("Asia/Shanghai");
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ void setup()
143
143
my_node.addDevice (my_device);
144
144
145
145
// This is optional
146
- // RMaker.enableOTA(OTA_USING_PARAMS );
146
+ // RMaker.enableOTA(OTA_USING_TOPICS );
147
147
// If you want to enable scheduling, set time zone for your region using setTimeZone().
148
148
// The list of available values are provided here https://rainmaker.espressif.com/docs/time-service.html
149
149
// RMaker.setTimeZone("Asia/Shanghai");
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ void setup()
129
129
my_node.addDevice (my_switch2);
130
130
131
131
// This is optional
132
- RMaker.enableOTA (OTA_USING_PARAMS );
132
+ RMaker.enableOTA (OTA_USING_TOPICS );
133
133
// If you want to enable scheduling, set time zone for your region using setTimeZone().
134
134
// The list of available values are provided here https://rainmaker.espressif.com/docs/time-service.html
135
135
// RMaker.setTimeZone("Asia/Shanghai");
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ void setup()
72
72
my_node.addDevice (my_switch);
73
73
74
74
// This is optional
75
- RMaker.enableOTA (OTA_USING_PARAMS );
75
+ RMaker.enableOTA (OTA_USING_TOPICS );
76
76
// If you want to enable scheduling, set time zone for your region using setTimeZone().
77
77
// The list of available values are provided here https://rainmaker.espressif.com/docs/time-service.html
78
78
// RMaker.setTimeZone("Asia/Shanghai");
You can’t perform that action at this time.
0 commit comments