Renamed some stuff for clarity

This commit is contained in:
Mikael Degerfält 2019-06-23 13:29:03 +02:00
parent f2e2b7d33f
commit be0d08d8d6
3 changed files with 44 additions and 48 deletions

View file

@ -45,6 +45,6 @@ unsigned short readSetting(byte address);
void writeSetting(byte address, unsigned short value);
int updateAdjustMenu(uint32_t timeNow, uint8_t buttons, bool firstRun, bool updateSensor);
bool adjustPageUpdate(uint16_t buttonChanges, uint32_t timeNow);
#endif