Removed obsolete leftover comment from ota sample.

This commit is contained in:
Ole Odendahl 2024-05-01 10:53:07 +02:00
parent 61533da1b6
commit bb2f3cc3c2
No known key found for this signature in database
GPG key ID: 116D1FA8CD50CD0B

View file

@ -149,7 +149,6 @@ static void confirm_image(void) {
static void ota_evt_handler(const struct zigbee_fota_evt *evt) {
switch (evt->id) {
case ZIGBEE_FOTA_EVT_PROGRESS:
// dk_set_led(OTA_ACTIVITY_LED, evt->dl.progress % 2);
prst_led_flash(1);
break;
case ZIGBEE_FOTA_EVT_FINISHED: