amuttsch / multiqlock

Automatically exported from code.google.com/p/multiqlock
0 stars 0 forks source link

SAVEMODE not working #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Uncomment #define SAVEMODE
2. Compile

What is the expected output? What do you see instead?
Code should compile. But, MODEADDRESS is not defined (in GLOBAL.H).

What version of the product are you using? On what operating system?
http://dl.dropbox.com/u/20171891/multiqlock.zip 

Original issue reported on code.google.com by Tobias.A...@gmail.com on 30 Dec 2011 at 12:59

GoogleCodeExporter commented 9 years ago
Hi,

add the following to Global.h:

// Adresse, wo der Modus im EEPROM gespeichert werden soll
#define MODEADDRESS 0

Fix will be in Beta 2.

Original comment by asfa...@googlemail.com on 30 Dec 2011 at 1:54

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by asfa...@googlemail.com on 2 Jan 2012 at 2:09