At the moment I'm storing an array of arrays in storage. Bit I want to be sure it doesn't exceed the size of 32kb.
The is an array made for each activity
It consists of 7 int values.
The time.today.value()
Seconds in HR zone 1 to 5
Total seconds.
These inner array are stored in the outer array and removed if the today value is older than 14 days.
The question is how many "activities" can I store before the 32kb is near?