Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rks1d33 authored Sep 29, 2024
1 parent 6c3946c commit a5257ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ I added a menu to show stored APs so the user just need to select to one that wa

I added the source code of the new firmware for the esp32 and also the pre-compile binary for ESP-Flasher app (You can find the binary in the relases section)

# How to flash the firmware using ESP-Flasher

Go to "Manual flash"

Place the Bootloader binary into bootloader (0x1000)

Place the partitions binary into Part Table (0x8000)

Place the firmware into firmwareA (0x10000)

Flash it (you need to reboot the board for start using the firmware)

![Captura de pantalla 2024-09-28 213108](https://github.com/user-attachments/assets/c2e8a0a4-3865-452a-831f-d7200ae45084)

![Captura de pantalla 2024-09-28 213123](https://github.com/user-attachments/assets/031063aa-c4bf-4fbe-baa6-745573cc8411)


# TO DO

--> ~~improve the handling of how the APs are saved, currently it saves them but rewrites the previous one~~ Fixed
Expand Down

0 comments on commit a5257ea

Please sign in to comment.