Simon Benninger

Results 1 comments of Simon Benninger

Ok, thanks for the information. I adjusted the `store_and_forward_flash_compute_next_delay_s` such that it uses an exponential backoff. This works fine for my application: ``` static uint32_t store_and_forward_flash_compute_next_delay_s( store_and_forward_flash_t* ctx ) {...