From dc8e6163af9e4b14b2399c9d01f8c5a6f093f26a Mon Sep 17 00:00:00 2001 From: John Poole Date: Fri, 29 May 2026 18:04:17 -0700 Subject: [PATCH] Another delay injection --- exercises/204_established_identities/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/204_established_identities/platformio.ini b/exercises/204_established_identities/platformio.ini index f4936d0..de07b41 100644 --- a/exercises/204_established_identities/platformio.ini +++ b/exercises/204_established_identities/platformio.ini @@ -54,6 +54,7 @@ build_flags = -D SIM_PHY_BLOCK_BOB_CY=1 -D MR_TRANSPORT_PROBE=1 -D MR_LINKFWD_DELAY_MS=750 + -D MR_LRPROOF_DELAY_MS=750 ; Live announces are enough for this single-hop field exercise. Do not define ; RNS_PERSIST_PATHS here: the LittleFS-backed path_store compactor can leave an ; active segment FD open while unlinking /path_store_*.dat on ESP32.