Commit Graph
9 Commits
Author SHA1 Message Date
Michael Graff a4ac85a0d6 Address review findings on WiFi companion support
- scope the serial config CLI to RP2040; it was exposing the rescue CLI
  (cat/rm/erase) on every ESP32 WiFi build, which gates it behind a
  physical long-press
- bound and space out RP2040 rejoins: the core's join busy-waits, so cap
  it at 5s and retry every 30s instead of every 10s
- stamp the reconnect timer in setup(), so the first loop() doesn't tear
  down an association that is still finishing DHCP
- treat stored credentials as a pair, and pass NULL (not "") for an open
  network
- teach build_as_lib.py where SerialWifiInterface moved
2026-09-05 23:15:13 -05:00
Florent 0959e64d11 lib_build: add UI_FLAVOR and some cleanup 2025-08-26 13:28:42 +02:00
Florent df18dfb481 lib_build: exclude file from example 2025-08-25 18:34:50 +02:00
Florent 15249bb8d5 lib_build: include example code in build 2025-08-25 17:50:48 +02:00
Florent 033706adcf lib_build: fix ST7789 so we don't have to add helpers/ui in INC_DIRS 2025-08-25 16:33:34 +02:00
Florent d0fb8d2f30 lib_build: support display 2025-08-25 12:11:39 +02:00
Florent b88a360ada lib_build: add nrf52 and RP2040 2025-08-24 14:47:03 +02:00
Florent 228bac0add simplify src_filter creation 2025-08-24 13:09:55 +02:00
Florent 685f75234b let users compile their projects against meshcore as a lib 2025-08-24 13:06:19 +02:00