LED keeps on flshing for WDS112
harshadapendse opened this issue · 3 comments
harshadapendse commented
I am debugging the gen1.out using CCStudio5.5, The LED keeps on flashing looks like the watch is resetting continuously. I am using WDS112 watch.
Inscribe commented
Did you figure out the cause of continuous reboot? I, too, am having the same issue, once the WDS112 is paired with iOS.
stevstrong commented
For my WDS112, the Gen 2 hex file worked. So I think you should try to compile Gen2.
Styv53 commented
Hi!
I downloaded the project and I'm trying to compile the project in CCS 5.3, 5.5 and 6... And always it compiles with errors.
- Errors (expression must have a constant value Adc.c /MetaWatch/Application line 315 C/C++ Problem) on lines which contents this:
tMessage Msg = {1, LowBattWarning[Severity].MsgType1, MSG_OPT_NONE, NULL};
What do I not correctly?