This repository was archived by the owner on Apr 12, 2025. It is now read-only.
Releases: CapibaraZero/fw
Releases · CapibaraZero/fw
CapibaraZero 0.5.2
Changelog:
- Fix issues with PN532
- Fix WiFi scan sometimes hangs
- Fix ARP Poisoner
- Add settings page
- Add AppsJS support
- Add EMV card reader(only MasterCard)
- Fix SubGHZ frequency scanner
PCB Version: 1.1.2
Flash using:
python3 esptool.py --chip esp32s3 --port UPLOAD_PORT --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin
CapibaraZero refs/heads/develop/0.5.2 beta
0.5.2-2025_01_27_30 Add PSRAM support
CapibaraZero refs/heads/develop/0.5.2 beta
Add support for EMV card reading Only MasterCard tested. Visa support will be added in future. This feature require an Elechouse PN532, it doesn't work with LiLyGo T-Embed CC1101
CapibaraZero refs/heads/develop/0.5.2 beta
0.5.2-2025_01_25_51 Add NFC Emulate UID(works only for FeliCa)
CapibaraZero refs/heads/develop/0.5.2 beta
0.5.2-2025_01_20_56 Merge branch 'develop/0.5.2' of https://github.com/CapibaraZero/fw in…
CapibaraZero refs/heads/develop/0.5.2 beta
Merge pull request #74 from sudosu0/develop/0.5.2 Fix: Define TFT_BLK pin for LCD backlight control for ESP32-S3
CapibaraZero refs/heads/develop/0.5.2 beta
0.5.2-2025_01_18_50 Fix ok btn for Arduino Nano ESP32
CapibaraZero refs/heads/develop/0.5.2 beta
0.5.2-2025_01_18_12 Destroy duk heap when calling goto_main_gui
CapibaraZero refs/heads/develop/0.5.2 beta
0.5.2-2025_01_10_48 Add software reboot and switch to EasyButton to handle button navigation
CapibaraZero refs/heads/develop/0.5.2 beta
0.5.2-2025_01_06_14 Reduce logging level