Skip to content

Commit 89eb4a1

Browse files
committed
clean up
1 parent d8f91cd commit 89eb4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/image_upload/image_upload.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,5 @@ void disconnect_callback(uint16_t conn_handle, uint8_t reason)
268268
tft.setCursor(0, 0);
269269
tft.println("Advertising ...");
270270

271-
totalPixel = 0;
271+
totalPixel = imageWidth = imageHeight = 0;
272272
}

0 commit comments

Comments
 (0)