Skip to content

Commit

Permalink
feat: bump firmware release
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 27, 2024
1 parent 202157c commit 3c680f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (sentryDSN === undefined) {
console.debug(chalk.yellow(`Sentry DSN`), chalk.blue(sentryDSN))
}
// See https://github.com/NordicPlayground/thingy-world-firmware-aws/releases
const firmwareRelease = process.env.FIRMWARE_RELEASE ?? '2.1.0'
const firmwareRelease = process.env.FIRMWARE_RELEASE ?? '2.2.1'
// See https://www.nordicsemi.com/Products/Development-hardware/nRF9160-DK/Download
const modemFirmwareRelease9160 =
process.env.MODEM_FIRMWARE_RELEASE_9160 ?? '1.3.6'
Expand Down

0 comments on commit 3c680f1

Please sign in to comment.