loki-ble-chaff/platformio.ini
rpriven a7f26f88e4
Loki Phase 1: BLE identity cycling countermeasure
16 fake device profiles (Galaxy S24, iPhone, Pixel 9, AirPods Pro, etc.)
cycling every 2s with randomized MACs and realistic manufacturer data.
Targets ESP32-C3 Super Mini with NimBLE 1.4.3 on ESP-IDF 4.4.x.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 00:03:07 -07:00

11 lines
261 B
INI

[env:seeed_xiao_esp32c3]
platform = espressif32@6.9.0
framework = arduino
board = seeed_xiao_esp32c3
monitor_speed = 115200
upload_speed = 115200
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
lib_deps =
h2zero/NimBLE-Arduino@^1.4.3