https://charlesreid1.com/wiki/Flipper_Zero/Rogue_AP_Detector
Install the universal flipper build tool with pip:
pip3 install -r requirements.txt
Update the build tool:
ufbt update
Create the app project:
ufbt create APPID=rogue_ap_detector
(Organizing everything under src/ because the .c and manifest files need to be kept separate from the readme, virtual environment, and other files.)
src/
Build the app:
ufbt
Launch the app on the flipper:
ufbt launch