[PR #37] [MERGED] Creation of a protection system against unintentional updates to Epsilon 16 (foundation) + Recovery Improvement #213

Closed
opened 2026-05-06 13:16:17 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/37
Author: @devdl11
Created: 10/3/2021
Status: Merged
Merged: 11/11/2021
Merged by: @Lauryy06

Base: upsilon-dev-usb-protectionHead: upsilon-dev


📝 Commits (10+)

  • 6c12546 Création d'une protection au niveau du DFU contre l'installation involontaire d'Epsilon 16
  • 70c9602 Fichiers Manquants
  • 814ec23 External Apps DFU writing optimization and usb menu add
  • 5a912da USB Menu Improvement
  • 916e89a Optimization of the unprotected DFU mode, finalization of the USB menu and change of the LED frequency
  • 85a056f Correction of translations
  • f898493 Translations fix. Special Thanks to @hatsuseno
  • 27b46be Simple error Fix
  • 0acd3a8 Deleted old keys
  • a5775c3 Improved protection. Addition of different levels of protection selectable from the settings, support for omega flashing. Translations in different languages required

📊 Changes

63 files changed (+1897 additions, -569 deletions)

View changed files

📝 apps/apps_container.cpp (+4 -2)
📝 apps/global_preferences.h (+18 -0)
📝 apps/home/base.de.i18n (+2 -0)
📝 apps/home/base.en.i18n (+2 -0)
📝 apps/home/base.es.i18n (+2 -0)
📝 apps/home/base.fr.i18n (+2 -0)
📝 apps/home/base.hu.i18n (+2 -0)
📝 apps/home/base.it.i18n (+2 -0)
📝 apps/home/base.nl.i18n (+2 -0)
📝 apps/home/base.pt.i18n (+2 -0)
📝 apps/home/controller.cpp (+24 -0)
📝 apps/on_boarding/logo_icon.png (+0 -0)
📝 apps/settings/Makefile (+2 -0)
📝 apps/settings/main_controller.cpp (+6 -1)
📝 apps/settings/main_controller.h (+4 -0)
📝 apps/settings/main_controller_prompt_beta.cpp (+1 -0)
📝 apps/settings/main_controller_prompt_none.cpp (+15 -13)
📝 apps/settings/main_controller_prompt_update.cpp (+1 -0)
apps/settings/sub_menu/usb_info_controller.cpp (+134 -0)
apps/settings/sub_menu/usb_info_controller.h (+36 -0)

...and 43 more files

📄 Description

Everything is in the title ^^


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/37 **Author:** [@devdl11](https://github.com/devdl11) **Created:** 10/3/2021 **Status:** ✅ Merged **Merged:** 11/11/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev-usb-protection` ← **Head:** `upsilon-dev` --- ### 📝 Commits (10+) - [`6c12546`](https://github.com/UpsilonNumworks/Upsilon/commit/6c12546ec50d29445d94ca572ee6eb069fa32eb2) Création d'une protection au niveau du DFU contre l'installation involontaire d'Epsilon 16 - [`70c9602`](https://github.com/UpsilonNumworks/Upsilon/commit/70c9602a169929fc33a16c5c18484a2703bb9625) Fichiers Manquants - [`814ec23`](https://github.com/UpsilonNumworks/Upsilon/commit/814ec23c20d7bbdfe79ea66f98409859f46ec4bc) External Apps DFU writing optimization and usb menu add - [`5a912da`](https://github.com/UpsilonNumworks/Upsilon/commit/5a912da02f5970a82edf413e64aa2f0fa77e93bc) USB Menu Improvement - [`916e89a`](https://github.com/UpsilonNumworks/Upsilon/commit/916e89a0aca8b19822b39420c17953005c11be26) Optimization of the unprotected DFU mode, finalization of the USB menu and change of the LED frequency - [`85a056f`](https://github.com/UpsilonNumworks/Upsilon/commit/85a056f8fe3e80f1c144380bea40f0d26b80052f) Correction of translations - [`f898493`](https://github.com/UpsilonNumworks/Upsilon/commit/f898493bd3bbd3b1d880cdf37bbb5214f2f07a59) Translations fix. Special Thanks to @hatsuseno - [`27b46be`](https://github.com/UpsilonNumworks/Upsilon/commit/27b46be1417b214851c97cd2efbcc2890b2aabd7) Simple error Fix - [`0acd3a8`](https://github.com/UpsilonNumworks/Upsilon/commit/0acd3a87ff4abe6257ea5a4690d472cd02626c2f) Deleted old keys - [`a5775c3`](https://github.com/UpsilonNumworks/Upsilon/commit/a5775c34ae0f9eeeae5313fd16b5ea23a437a70c) Improved protection. Addition of different levels of protection selectable from the settings, support for omega flashing. Translations in different languages required ### 📊 Changes **63 files changed** (+1897 additions, -569 deletions) <details> <summary>View changed files</summary> 📝 `apps/apps_container.cpp` (+4 -2) 📝 `apps/global_preferences.h` (+18 -0) 📝 `apps/home/base.de.i18n` (+2 -0) 📝 `apps/home/base.en.i18n` (+2 -0) 📝 `apps/home/base.es.i18n` (+2 -0) 📝 `apps/home/base.fr.i18n` (+2 -0) 📝 `apps/home/base.hu.i18n` (+2 -0) 📝 `apps/home/base.it.i18n` (+2 -0) 📝 `apps/home/base.nl.i18n` (+2 -0) 📝 `apps/home/base.pt.i18n` (+2 -0) 📝 `apps/home/controller.cpp` (+24 -0) 📝 `apps/on_boarding/logo_icon.png` (+0 -0) 📝 `apps/settings/Makefile` (+2 -0) 📝 `apps/settings/main_controller.cpp` (+6 -1) 📝 `apps/settings/main_controller.h` (+4 -0) 📝 `apps/settings/main_controller_prompt_beta.cpp` (+1 -0) 📝 `apps/settings/main_controller_prompt_none.cpp` (+15 -13) 📝 `apps/settings/main_controller_prompt_update.cpp` (+1 -0) ➕ `apps/settings/sub_menu/usb_info_controller.cpp` (+134 -0) ➕ `apps/settings/sub_menu/usb_info_controller.h` (+36 -0) _...and 43 more files_ </details> ### 📄 Description Everything is in the title ^^ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:17 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#213
No description provided.