Projekt

Allgemein

Profil

Feature #646

Von Maximilian Seesslen vor etwa 8 Stunden aktualisiert

Overwrite old data when card is full.
Simplest solution is to handle the start block.

The "middle" of start/end has to be calculated different.
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9]
S E
M=(S+E)/2)=4.5

[0] [1] [2] [3] [4] [5] [6] [7] [8] [9]
E S
M=(S+E+10)/2=15/2=7.5

[0] [1] [2] [3] [4] [5] [6] [7] [8] [9]
E S
M=(S+E+10)/2=15/2=7.5

Zurück