Rework the way locations are handled to use the new locations

microformat rather than the old RangeProto.
This commit is contained in:
David Given
2025-08-16 16:59:44 +02:00
parent 99c0e95a2f
commit 53026f3d02
29 changed files with 213 additions and 307 deletions

View File

@@ -20,7 +20,8 @@ public:
while (fluxmap->duration() < (_config.sequence_length_ms() * 1e6))
{
fluxmap->appendInterval(_config.interval_us() * TICKS_PER_US);
fluxmap->appendInterval(
_config.interval_us() * (double)TICKS_PER_US);
fluxmap->appendPulse();
}