Changelog:
- BadUSB: Add support to ATTACKMODE(HID or MSC)
- NFC: Add write and format feature for MIFARE tags
- GUI: Use hardware SPI
- SubGHZ: Add support for CC1101
- File browser: Make page scrollable
- Bump ArduinoJson to 7 and adapt code to it
- Support LilyGo T-Embed CC1101
- Fix various crash
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
Blog page: https://capibarazero.com/blog/capibarazero-0-5-1-out