Skip to content

Commit

Permalink
Update src/settings/global_settings.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jördens <rj@quartiq.de>
  • Loading branch information
ryan-summers and jordens authored Dec 5, 2023
1 parent e7125ae commit 3508503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/global_settings.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Booster NGFW NVM settings
//!
//! # Design
//! Booster firmware maintained settings in an EEPROM on the main board until after v0.5.0. After
//! v0.5.0, all global firmware settings for the device were moved to internal flash storage.
//! Booster firmware maintains mainboard settings in an EEPROM on the main board until v0.5.0. After
//! v0.5.0, main board settings are loaded from and stored to internal flash storage.
//!
//! In order to maintain backwards compatibility with existing Booster devices that are upgraded
//! from v0.5.0 firmware and earlier, the settings loading process occurs as follows:
Expand Down

0 comments on commit 3508503

Please sign in to comment.