Skip to content

Commit

Permalink
fix: bump modem firmware version
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
coderbyheart committed Dec 23, 2023
1 parent 31a3bda commit d80c317
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 @@ -32,7 +32,7 @@ if (sentryDSN === undefined) {
}
const firmwareRelease = process.env.FIRMWARE_RELEASE ?? '1.11.1'
const modemFirmwareRelease9160 =
process.env.MODEM_FIRMWARE_RELEASE_9160 ?? '1.3.5'
process.env.MODEM_FIRMWARE_RELEASE_9160 ?? '1.3.6'
const modemFirmwareRelease91x =
process.env.MODEM_FIRMWARE_RELEASE_91x ?? '2.0.0'

Expand Down

0 comments on commit d80c317

Please sign in to comment.