A whiter shade of space

This commit is contained in:
John Stäck 2019-03-02 09:27:08 +01:00
parent a56cddf5e4
commit 3aa427fdd5
5 changed files with 78 additions and 79 deletions

View file

@ -3687,4 +3687,3 @@ unsigned short readSetting(byte address){
data.v[1] = EEPROM.read(address+1);
return data.val;
}