| 600 | } |
| 601 | |
| 602 | uint8_t AmsDataStorage::getDayAccuracy() { |
| 603 | return day.accuracy; |
| 604 | } |
| 605 | |
| 606 | void AmsDataStorage::setDayAccuracy(uint8_t accuracy) { |
| 607 | if(day.accuracy != accuracy) { |
nothing calls this directly
no outgoing calls
no test coverage detected