mirror of
https://github.com/colonelpanichacks/flock-you.git
synced 2026-06-09 13:51:53 -07:00
ec7c04a0df
- Moved promiscuis-flock-you/{main.cpp,partitions.csv,platformio.ini} to root
- Removed BLE firmware (src/main.cpp, src/CMakeLists.txt) — the 'main' branch
still has it
- Removed the subfolder README (root README has the full walkthrough)
- Updated README paths and build commands for the flat layout
- Retagged the BLE companion section as a pointer to the 'main' branch
The 'promiscious' branch is now purely the WiFi promiscuous firmware plus
the shared Flask app (api/), datasets, and branding. Builds green with
the standard 'pio run' from the repo root.
21 lines
408 B
INI
21 lines
408 B
INI
[platformio]
|
|
src_dir = .
|
|
|
|
[env:xiao_esp32s3]
|
|
platform = espressif32@^6.3.0
|
|
board = seeed_xiao_esp32s3
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
upload_speed = 921600
|
|
|
|
build_flags =
|
|
-DCORE_DEBUG_LEVEL=0
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
-DBOARD_HAS_PSRAM
|
|
|
|
build_src_filter = +<main.cpp>
|
|
|
|
board_build.arduino.memory_type = qio_opi
|
|
board_build.partitions = partitions.csv
|
|
board_build.filesystem = spiffs
|