diff --git a/README.md b/README.md
index e1518d5..45e5d8f 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,11 @@ Operation system for boards. The Operating System allows you to use the board as
Version 1 Beta 1 |
Type 1 |
2024 5 May |
+
+
+ Version 1 Beta 2 RC |
+ Type 2a |
+ 2024 18 May |
@@ -63,6 +68,13 @@ Operation system for boards. The Operating System allows you to use the board as
❌ |
❌ |
❌ |
+
+
+Version 1 Beta 2RC |
+ Infinity Keys |
+ ❌ |
+ ❌ |
+ ❌ |
@@ -232,7 +244,7 @@ This instruction is the same for all OS. Only the buttons can be located/look di
Type 1:
Actual for:
@@ -268,6 +280,75 @@ This instruction is the same for all OS. Only the buttons can be located/look di
+
+Type 2a:
+Actual for:
+
+
+
+ Board |
+ Pereferial |
+ Action |
+
+
+ D1 |
+ Button 1 Pin 1 |
+ Top in Menu or Previous Page |
+
+
+ G (GND) |
+ Button 1 Pin 2 |
+ - |
+
+
+ D2 |
+ Button 2 Pin 1 |
+ Bottom in Menu or Next Page |
+
+
+ G (GND) |
+ Button 2 Pin 2 |
+ - |
+
+
+ C4 |
+ Button 3 Pin 1 |
+ Home |
+
+
+ G (GND) |
+ Button 3 Pin 2 |
+ - |
+
+
+ D7 |
+ Button 4 Pin 1 |
+ Apply |
+
+
+ G (GND) |
+ Button 4 Pin 2 |
+ - |
+
+
+ Flash or G3 |
+ On Board |
+ Sleep or Wake Up |
+
+
+
+The connection is not consistent (D0..C4) due to the unstable behavior of the board specifically on some pins. This may just be my problem. However, I decided to avoid using these unstable pins to ensure users do not encounter similar issues. Additionally, I observed artifacts on the screen when using some of these pins.
+Artifacts Example
+
+Connection
+
+
+
+
+
Versions:
Version 1 Beta 1:
⚠️ Note ⚠️:
@@ -307,7 +388,83 @@ D1(pin) Button: Action top in menu or back to menu.
D2(pin) Button: Action bottom in menu.
Flash Button (on board): Action apply (open item in menu).
+Version 1 Beta 2RC:
+⚠️ Note ⚠️:
+This is a Release Candidate version. There may be minor Bugs.
+
+🛠️ Bugs 🛠️:
+
+ - Not found at this time.
+
+Released:
+2024 18 May
+Connection Type:
+Type 2a
+XenithOS.ino:
+Raw
+Download
+XenithOS.cpp:
+Raw
+Download
+Setup Software:
+Coppy code to Arduino ide, read instruction on line 28, or read it here:
+
+
1. Wi-Fi Networks
+
+ - Paste the Wi-Fi name in the first area
""
.
+ - Paste the Wi-Fi password in the second area
""
.
+ - You can add and remove networks, using one or multiple networks.
+ - Do not lose the
","
after {"Network Name", "Password"}
.
+
+ - The correct format is
{"Network Name", "Password"},
.
+
+
+
+
2. Time Servers
+
+ - Uncomment one of the following lines to use it for time synchronization.
+ - Remove or add
//
before the line to select the time server.
+
+
3. TOTP Keys and Titles
+
+ - The first area
""
is the title/name of the service in the menu.
+ - You can name it as you wish: MyMeta, Instagram5, @_name_, etc.
+ - Do not use
\
, "
, or '
in the title unless you properly escape them.
+ - It is recommended to use letters (Aa-Zz) and numbers (0-9) in the title.
+ - When you obtain your TOTP Key for generation, it may have a format like this: X00X 00XX 0XXX XXXX.
+
+ - Remove spaces to get the correct format: X00X00XX0XXXXXXX. After that, paste the code into the second area
""
.
+
+
+ - Similar to Wi-Fi Networks, do not forget the
","
.
+
+
4. Apps in Menu
+
+ - You can add or edit the app names/list/content.
+
+
4.1 Edit App List
+
+ - To add an app to the list, modify the array similar to Wi-Fi or TOTP. Add the app in the format
{"App name", AppView},
.
+
+ - After that, add
void AppView();
before the array.
+ - Then, develop or add the app.
+
+
+
+
+
+
+
+Status Bar:
+The status bar has been redesigned and moved to the top. If there are problems with the Internet connection or time synchronization, you will see a triangular icon with “!” at the top right. You should check the Internet availability or run diagnostics in the "Diagnostic" application. Also there you will see the name or title of the application, service or menu.
+Navigation:
+D1(pin) Button: Action top in menu or back to menu.
+D2(pin) Button: Action bottom in menu.
+D3(pin) Button: Action go Home in Menu.
+D7(pin) Button: Action Apply or open application.
+Flash Button or G3 (on board or pin): Action sleep/wake up board.
+
ESP 8266 (regular) Content:
Soon