[PR #9] [MERGED] Add battery information in the about menu and the ion module #196

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/9
Author: @FaustinM
Created: 9/11/2021
Status: Merged
Merged: 9/15/2021
Merged by: @Lauryy06

Base: upsilon-devHead: omega-dev-get-battery-data


📝 Commits (6)

  • 80587f3 Add a new entry in about menu to see current voltage
  • cf9142b Add "ion.battery()" for obtain the current voltage of the battery
  • 3460e9f Merge remote-tracking branch 'origin/upsilon-dev' into upsilon-dev-get-battery-data
  • 48a0da8 Add more python functions in ion module
  • 2f3339d Removed a modified file from pull request
  • e8044f9 Merge branch 'upsilon-dev' into omega-dev-get-battery-data

📊 Changes

27 files changed (+91 additions, -4 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 apps/atomic (+1 -1)
📝 apps/code/catalog.de.i18n (+3 -0)
📝 apps/code/catalog.en.i18n (+3 -0)
📝 apps/code/catalog.es.i18n (+3 -0)
📝 apps/code/catalog.fr.i18n (+3 -0)
📝 apps/code/catalog.hu.i18n (+3 -0)
📝 apps/code/catalog.it.i18n (+3 -0)
📝 apps/code/catalog.nl.i18n (+3 -0)
📝 apps/code/catalog.pt.i18n (+3 -0)
📝 apps/code/catalog.universal.i18n (+3 -0)
📝 apps/code/python_toolbox.cpp (+4 -0)
📝 apps/settings/base.de.i18n (+1 -0)
📝 apps/settings/base.en.i18n (+1 -0)
📝 apps/settings/base.es.i18n (+1 -0)
📝 apps/settings/base.fr.i18n (+1 -0)
📝 apps/settings/base.hu.i18n (+1 -0)
📝 apps/settings/base.it.i18n (+1 -0)
📝 apps/settings/base.nl.i18n (+1 -0)
📝 apps/settings/base.pt.i18n (+1 -0)

...and 7 more files

📄 Description

See https://github.com/Omega-Numworks/Omega/issues/220


🔄 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/9 **Author:** [@FaustinM](https://github.com/FaustinM) **Created:** 9/11/2021 **Status:** ✅ Merged **Merged:** 9/15/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `omega-dev-get-battery-data` --- ### 📝 Commits (6) - [`80587f3`](https://github.com/UpsilonNumworks/Upsilon/commit/80587f35f1b09a135dc531267b03372ec886c567) Add a new entry in about menu to see current voltage - [`cf9142b`](https://github.com/UpsilonNumworks/Upsilon/commit/cf9142b5a293182fa1cedf7831799f4896ead752) Add "ion.battery()" for obtain the current voltage of the battery - [`3460e9f`](https://github.com/UpsilonNumworks/Upsilon/commit/3460e9ffd84c12fe6b7ad05fbacf14fe0009c35a) Merge remote-tracking branch 'origin/upsilon-dev' into upsilon-dev-get-battery-data - [`48a0da8`](https://github.com/UpsilonNumworks/Upsilon/commit/48a0da8a95bfa18a03e41d4748759e5aada655a8) Add more python functions in ion module - [`2f3339d`](https://github.com/UpsilonNumworks/Upsilon/commit/2f3339dff7d334bd04f653fcee69cd32e44e0e80) Removed a modified file from pull request - [`e8044f9`](https://github.com/UpsilonNumworks/Upsilon/commit/e8044f938ed9da6c4699db9bb038bad564cc9fcd) Merge branch 'upsilon-dev' into omega-dev-get-battery-data ### 📊 Changes **27 files changed** (+91 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `apps/atomic` (+1 -1) 📝 `apps/code/catalog.de.i18n` (+3 -0) 📝 `apps/code/catalog.en.i18n` (+3 -0) 📝 `apps/code/catalog.es.i18n` (+3 -0) 📝 `apps/code/catalog.fr.i18n` (+3 -0) 📝 `apps/code/catalog.hu.i18n` (+3 -0) 📝 `apps/code/catalog.it.i18n` (+3 -0) 📝 `apps/code/catalog.nl.i18n` (+3 -0) 📝 `apps/code/catalog.pt.i18n` (+3 -0) 📝 `apps/code/catalog.universal.i18n` (+3 -0) 📝 `apps/code/python_toolbox.cpp` (+4 -0) 📝 `apps/settings/base.de.i18n` (+1 -0) 📝 `apps/settings/base.en.i18n` (+1 -0) 📝 `apps/settings/base.es.i18n` (+1 -0) 📝 `apps/settings/base.fr.i18n` (+1 -0) 📝 `apps/settings/base.hu.i18n` (+1 -0) 📝 `apps/settings/base.it.i18n` (+1 -0) 📝 `apps/settings/base.nl.i18n` (+1 -0) 📝 `apps/settings/base.pt.i18n` (+1 -0) _...and 7 more files_ </details> ### 📄 Description See https://github.com/Omega-Numworks/Omega/issues/220 --- <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:12 +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#196
No description provided.