You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description A hook that will return the data from the github release endpoint and a function that will download the asset from the github release endpoint
106
+
* @returns {object} data - The data returned from the github release endpoint
107
+
* @returns {function} downloadAsset - The function that will download the asset from the github release endpoint
// TODO: Implement a way to readif the merged-firmware.bin file and manifest.json file exists in the app config directory and if it does, then use that instead of downloading the firmware from github
12
9
// Note: If both files are present, we should early return and set a UI store value that will be used to display a message to the user that they can use the firmware that is already downloadedand show an optional button to erase the firmware
13
10
11
+
//TODO: Add notifications to all the console.log statements
* @description A hook that will return the data from the github release endpoint and a function that will download the asset from the github release endpoint
121
-
* @returns {object} data - The data returned from the github release endpoint
122
-
* @returns {function} downloadAsset - The function that will download the asset from the github release endpoint
0 commit comments