Michael Hautman
Michael Hautman
> @ernestum if you flashed watchy from ArduinoIDE, you should probably change "config.h" in the arduino libraries (e.g. in "Arduino\libraries\Watchy\src\config.h") and try to play with "ARDUINO_WATCHY_Vxx" define. for me, i...
Just checked the /Arduino/libraries/Watchy/src/config.h, it seem the UP_BTN_PIN definition depends on the watchy version you have? ``` #if !defined(ARDUINO_WATCHY_V10) && !defined(ARDUINO_WATCHY_V15) && !defined(ARDUINO_WATCHY_V20) #warning Hardware revision is not defined at...
That fixed it :D
@ananthb Change the line that says ```#define ARDUINO_WATCHY_V20``` to ```#define ARDUINO_WATCHY_V15```. Could also be v10 but that seems unlikely at this point.
@portothree So the define is firing off correctly but you're missing dependencies related to the RTC? Honestly it took me a couple hours to get PIO working, but you'll notice...
Yeah, I've been having a lot of issues getting this working. This is the first time I've used platformIO so I'm a bit unfamiliar with the configuration process as is...
Should I have created this issue somewhere else?