Skip to content

Commit

Permalink
Update to version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRogersCS authored Jan 10, 2024
1 parent 90ce99c commit 73c00dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static CP_configSettings_t *configSettings = (CP_configSettings_t*)(AM_BACKUP_DO

/* Firmware version and description */

static uint8_t firmwareVersion[AM_FIRMWARE_VERSION_LENGTH] = {1, 1, 0};
static uint8_t firmwareVersion[AM_FIRMWARE_VERSION_LENGTH] = {1, 1, 1};

static uint8_t firmwareDescription[AM_FIRMWARE_DESCRIPTION_LENGTH] = "AudioMoth-GPS-Sync";

Expand Down Expand Up @@ -2766,4 +2766,4 @@ static void flashLedToIndicateBatteryLife() {

}

}
}

0 comments on commit 73c00dd

Please sign in to comment.