Skip to content

Commit

Permalink
fix: clear firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
wutiange committed Jan 5, 2024
1 parent 41c8b1b commit 8206812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/modules/device/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ const useDeviceStore = defineStore('device', {
this.deviceIPStatus = DeviceWIFIStatus.NotInitOrJoined;
this.currentAvailableModel = false;
this.currentModel = null;
this.firmware = null;
this.isCanMqtt = false;
this.isCanWifi = false;
},
Expand Down

0 comments on commit 8206812

Please sign in to comment.