Skip to content

Commit 66e4195

Browse files
ewertonsRLeclair
andauthored
Update examples/Azure_IoT_Central_ESP32/Azure_IoT_Central_ESP32.ino
Co-authored-by: Raul Leclair <[email protected]>
1 parent 2274c2d commit 66e4195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Azure_IoT_Central_ESP32/Azure_IoT_Central_ESP32.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ static esp_err_t esp_mqtt_event_handler(esp_mqtt_event_handle_t event)
654654

655655
#if defined(ESP_ARDUINO_VERSION_MAJOR) && ESP_ARDUINO_VERSION_MAJOR >= 3
656656
#else // ESP_ARDUINO_VERSION_MAJOR
657-
return ESP_OK;
657+
return ESP_OK;
658658
#endif // ESP_ARDUINO_VERSION_MAJOR
659659
}
660660

0 commit comments

Comments
 (0)