Skip to content

Conversation

@Martinski4GitHub
Copy link
Collaborator

  • Modified "_GetRequiredRAM_KB_()" function to take either a "URL=" parameter or a "FPATH=" parameter which indicates how to get the required file size (remotely or locally).

Example using the release URL string (current method):

requiredRAM_kb="$(_GetRequiredRAM_KB_ "URL=$release_link" 'phase#X')"

Example using the file path (new method for Offline F/W Update):

requiredRAM_kb="$(_GetRequiredRAM_KB_ "FPATH=$binFilePath" 'phase#X')"
  • Minor code improvements.

- Modified function "_GetRequiredRAM_KB_()" to take either a "URL=" parameter or a "FPATH=" parameter which indicates how to get the require file size (remotely or locally).

- Minor code improvements.
@ExtremeFiretop ExtremeFiretop merged commit c1211ca into ExtremeFiretop:dev Jun 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants