From ce171eceecda97a93085559b97a0e0d4eede5116 Mon Sep 17 00:00:00 2001 From: Didi Date: Tue, 26 May 2026 09:28:41 +0930 Subject: [PATCH 1/2] Update 2.0_road_path.md --- 2.0_road_path.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/2.0_road_path.md b/2.0_road_path.md index 589171969e..496663bf74 100644 --- a/2.0_road_path.md +++ b/2.0_road_path.md @@ -1,6 +1,6 @@ # Path to 2.0 -the objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able to program to ESP32-C5 chips +The objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able to program to ESP32-C5 chips ## Downsides - [x] Remove OpenHeystack (hard to use and not that usefull) @@ -11,9 +11,9 @@ the objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able - [x] Availability to program to ESP32-C5 (5ghz wifi chip) ## Things to change on 2.0 -- [] InputHadler common codes, defined within #defines structures, not programmin functions to each device -- [] PPM and FuelGauge common functions -- [] Add a MiddleClass for TFT, where more libraries can be used (ArduinoGFX and Lovyan_GFX) +- [ ] InputHadler common codes, defined within #defines structures, not programmin functions to each device +- [ ] PPM and FuelGauge common functions +- [ ] Add a MiddleClass for TFT, where more libraries can be used (ArduinoGFX and Lovyan_GFX) ## Things to add on 2.0 @@ -22,25 +22,25 @@ the objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able - [x] Wifi 5Ghz support ### BLE - - [] Session hijacking + - [ ] Session hijacking ### RFID - - [] Emulation on PN532 - - [] using Lora Pager RFID Chip (read/write/emulate) + - [ ] Emulation on PN532 + - [ ] using Lora Pager RFID Chip (read/write/emulate) ### RF - - [] Rolljam - - Decode/Encode Protocols + - [ ] Rolljam + - [ ] Decode/Encode Protocols ### NRF24 - - [] mouse jacking - - [] keyboard jacking + - [ ] Mouse jacking + - [ ] Keyboard jacking ### Interpreter -- Possibility to access I2C, SPI, UART buses +- [ ] Possibility to access I2C, SPI, UART buses ### FM - - Remove and move it into a JS code + - [ ] Remove and move it into a JS code From 5c6f191f2d3bbd104b8d15d360c789719669bd6b Mon Sep 17 00:00:00 2001 From: Didi Date: Tue, 26 May 2026 09:33:37 +0930 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- 2.0_road_path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0_road_path.md b/2.0_road_path.md index 496663bf74..9e99799c43 100644 --- a/2.0_road_path.md +++ b/2.0_road_path.md @@ -3,7 +3,7 @@ The objective of 2.0 is changing the Framework to Arduino-ESP32 v3.+, to be able to program to ESP32-C5 chips ## Downsides -- [x] Remove OpenHeystack (hard to use and not that usefull) +- [x] Remove OpenHeystack (hard to use and not that useful) - [x] Remove DPWO (turn it into a Javascript thing) ## Enhancements