mirror of
https://github.com/ratspeak/microReticulum
synced 2026-08-12 18:07:25 -04:00
- Fixed bug in path table loading from flash storage wherein the raw (packed) announce packet associated with each path entry was not being unpacked prior to use. - Fixed bug in path table entry announce packet loading where critical changes to the announce packet (like hops increment) was being overwriteen each time packet was re-loaded from cache. - Optimized path table entries to lazy-load both announce packet and receive interface so that memory is consumed by these structures until if/when the path is actually used. - Updated several global timers and sizes to match new RNS 1.x values. - Bumped version to 0.2.9 |
||
|---|---|---|
| .. | ||
| common/filesystem | ||
| test_bytes | ||
| test_collections | ||
| test_crypto | ||
| test_example | ||
| test_filesystem | ||
| test_general | ||
| test_msgpack | ||
| test_objects | ||
| test_os | ||
| test_persistence | ||
| test_reference | ||
| test_rns_loopback | ||
| test_rns_persistence | ||
| test_transport | ||
| README | ||
This directory is intended for PlatformIO Test Runner and project tests. Unit Testing is a software testing method by which individual units of source code, sets of one or more MCU program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use. Unit testing finds problems early in the development cycle. More information about PlatformIO Unit Testing: - https://docs.platformio.org/en/latest/advanced/unit-testing/index.html