From c7b029482e1e0586a6e14add04fa2e33432cc5be Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Sun, 2 Feb 2025 21:18:56 +0300 Subject: [PATCH 1/2] README.md: add BLE notice --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6d4fee8d..e1b74077 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,19 @@ After powering on the device for the first time with _IronOS_ installed and havi Additional details are described in the [menu information](https://ralim.github.io/IronOS/Menu/). +# Remote Control + +## Pinecil V2 only + +Pinecil V2 has [_Bluetooth Low Energy_ module](https://ralim.github.io/IronOS/Bluetooth), which is supported by _IronOS_ since `2.21` release to control some of the settings using additional tools like [PineSAM](https://github.com/builder555/PineSAM) or [PineTool](https://github.com/lachlanbell/PineTool). In `2.21` and `2.22` releases the module was _on_ by default. However, **_Bluetooth_ is turned off in the settings by default on current `dev` builds and for the next releases** [due to security concerns](#1856). But this is related only to situations when a user restores default settings using menu, or when the _IronOS_ update is taking place on a new device or on a device with a previous firmware version. + +To enable _Bluetooth_ back: +- go to _Settings_ menu; +- press `-/B` button four times to scroll the menu for `Advanced settings`; +- press `+/A` button to open submenu; +- press `+/A` button to toggle/enable _Bluetooth_ feature; +- press `-/B` **and hold it** for just more than five seconds to exit from the _Settings_ menu. + ## Translations Is your preferred language missing localisation of some of the text? From f01ab47647f820bc318b87992659624ffebf1c8e Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Sun, 2 Feb 2025 21:25:07 +0300 Subject: [PATCH 2/2] README.md: update formatting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1b74077..17aa037b 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Additional details are described in the [menu information](https://ralim.github. ## Pinecil V2 only -Pinecil V2 has [_Bluetooth Low Energy_ module](https://ralim.github.io/IronOS/Bluetooth), which is supported by _IronOS_ since `2.21` release to control some of the settings using additional tools like [PineSAM](https://github.com/builder555/PineSAM) or [PineTool](https://github.com/lachlanbell/PineTool). In `2.21` and `2.22` releases the module was _on_ by default. However, **_Bluetooth_ is turned off in the settings by default on current `dev` builds and for the next releases** [due to security concerns](#1856). But this is related only to situations when a user restores default settings using menu, or when the _IronOS_ update is taking place on a new device or on a device with a previous firmware version. +Pinecil V2 has [_Bluetooth Low Energy_ module](https://ralim.github.io/IronOS/Bluetooth), which is supported by _IronOS_ since `2.21` release to control some of the settings using additional tools like [PineSAM](https://github.com/builder555/PineSAM) or [PineTool](https://github.com/lachlanbell/PineTool). In `2.21` and `2.22` releases the module was _on_ by default. However, **_Bluetooth_ is turned off in the settings by default in current `dev` builds and for the next releases** [due to security concerns](#1856).[^ble] To enable _Bluetooth_ back: - go to _Settings_ menu; @@ -152,6 +152,9 @@ To enable _Bluetooth_ back: - press `+/A` button to toggle/enable _Bluetooth_ feature; - press `-/B` **and hold it** for just more than five seconds to exit from the _Settings_ menu. +[^ble]: + This is related only to situations when a user restores default settings using menu, or when _IronOS_ update is taking place on a new device or on a device with a previous firmware version. + ## Translations Is your preferred language missing localisation of some of the text?