LyndLabs / Cutie-Wardriver-Firmware

Basic ESP8266/ESP32 Wardriving & Logging in WiGLE Format
MIT License
37 stars 5 forks source link

Add SD scan configuration options #16

Closed lukeswitz closed 7 months ago

lukeswitz commented 7 months ago

Usage:

Create a file named config.txt in the root folder of your SD card. It is read on init and configures scan variables.

Configurable Variables:

bool dedupe - remove duplicate networks from scans
bool showHidden - use the scan showHidden parameter
bool dynamicScan - drift to channels with more networks
int timePerChan - time to scan each channel in milliseconds

Example config.txt file:

dedupe=true
showHidden=true
dynamicScan=false
timePerChan=150
lukeswitz commented 7 months ago

closing until have a computer

AlexLynd commented 7 months ago

shiettt looking forward to when this is available lol :pensive: