| 615 | } |
| 616 | |
| 617 | uint8_t AmsDataStorage::getMonthAccuracy() { |
| 618 | return month.accuracy; |
| 619 | } |
| 620 | |
| 621 | void AmsDataStorage::setMonthAccuracy(uint8_t accuracy) { |
| 622 | if(month.accuracy != accuracy) { |
nothing calls this directly
no outgoing calls
no test coverage detected