What's New in v1.7.2
This update brings 13 new features across WiFi, Bluetooth, Sub-GHz, and 2.4GHz, plus a wave of bug fixes and V1 hardware improvements.
📡 WiFi
- Hidden SSID Revealer — forces hidden networks to expose their SSID
- WPS Scanner — detects access points with WPS enabled
- ARP Scanner — maps all devices on a network with IP and MAC after joining
- Karma Attack — listens for probe requests and impersonates saved networks to auto-connect devices
📶 Bluetooth
- AirTag Spoofer — broadcasts fake AirTag signals into the Find My network
- AirTag Sniffer — monitors for AirTags in range
- Skimmer Detect — scans for BLE signatures matching known card skimmer profiles
📻 2.4GHz / NRF24
- ESB Sniffer — passively captures Enhanced ShockBurst packets
- ESB Replay — replays captured ESB packets
- MouseJack Scan — detects vulnerable wireless mice and keyboards
- MouseJack Inject — injects keystrokes into vulnerable wireless receivers
🔉 Sub-GHz
- De Bruijn / Brute Force — cycles through all possible fixed codes for Sub-GHz remotes
- Jamming Detector — adaptive noise floor monitoring with CLEAR / ACTIVITY / JAMMING DETECTED status, FFT waterfall, and SD logging (thanks @boberbyte)
🔧 Bug Fixes
- Fixed WiFi Deauther and Probe Flood Start/Stop double-trigger using edge presses
- Added touch cooldown on Deauther and Probe Start buttons to prevent double taps
- Fixed beacon spammer
- Stopped hyphen from clearing keyboard text
- Restored missing L/l on the on-screen keyboard and moved space to the bottom row
- Added missing symbol keys on the # keyboard layer
🔩 Hardware (V1)
- Added V1 XPT2046_IRQ pin (GPIO 34) in
shared.h(thanks @megaman49) - Set V1 battery ADC pin to GPIO 36 and disabled CYD ADC (thanks @megaman49)
- Reworked
readBatteryVoltage()with ADC attenuation andanalogReadMilliVolts()(thanks @megaman49)
💾 SPI / SD Fixes
- SD after RFID/SPI features: reclaim shared SPI bus and remount SD
- Stopped RFID from remapping hardware SPI
- SubGHz Saved Profile: restored original init path after SD reclaim
- Replay after RFID: reclaim CC1101 bus,
setGDObeforeInit, soft-reset radio, reattach RCSwitch
🎨 UI
- Slowed Settings accent color changes so one tap advances one color
- General UI and color improvements