Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,12 @@ lib_deps =
; #85 (packet-carrying AnnounceHandler callback), the announce-queue
; drain without which an interface forwards no further announce after
; the cap first makes it queue one, attermann/microStore#6 (close the
; active segment before compaction) and the store sweep fix without
; which every reboot empties the path table on a clock-less device.
; active segment before compaction), the store sweep fix without
; which every reboot empties the path table on a clock-less device,
; and the iterator holding its segment file open across a walk instead
; of reopening it per record — on LittleFS an open replays the
; directory's metadata log, so a 200-record walk cost 32 s and tripped
; the task watchdog; it costs about 6 s now.
; Both retimesh/combined branches are upstream master + those branches
; (+ a <cstdint> include fix in microReticulum).
microReticulum=https://github.com/dobrevit/microReticulum.git#retimesh/combined
Expand Down