Skip to content

Commit

Permalink
Enabled stable update button
Browse files Browse the repository at this point in the history
  • Loading branch information
jLynx committed Feb 16, 2024
1 parent d9087cb commit 7e5aeb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Controller/Controller.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,7 @@ const Controller = () => {
</button>
<button
onClick={() => flashLatestNightlyFirmware()}
// disabled={disableTransmitAction}
disabled={true} // This is disabled as there is no stable firmware that will work with the current version of the webapp
disabled={disableTransmitAction}
className="rounded bg-blue-400 p-2 text-white disabled:opacity-50"
>
Update to latest stable release
Expand Down

0 comments on commit 7e5aeb2

Please sign in to comment.