Releases: sqfmi/Watchy
Watchy Arduino Library v1.4.14
- Added USB Detection
To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.13) and the arduino-esp32 (v2.0.17). In the Arduino IDE, select the following options:
Board: ESP32S3 Dev Module
Flash Size: 8MB
Partition Scheme: 8MB with Spiffs
To enter bootloader mode:
Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button
To reset Watchy:
Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button
Enter bootloader mode, select the serial port, upload sketch, reset Watchy
Watchy Arduino Library v1.4.13
To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.13) and the arduino-esp32 (v2.0.17). In the Arduino IDE, select the following options:
Board: ESP32S3 Dev Module
Flash Size: 8MB
Partition Scheme: 8MB with Spiffs
To enter bootloader mode:
Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button
To reset Watchy:
Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button
Enter bootloader mode, select the serial port, upload sketch, reset Watchy
Watchy Arduino Library v1.4.12
Fix issue with display SPI pins
To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.12) and the latest arduino-esp32 release (v3.0.2). In the Arduino IDE, select the following options:
- Board: ESP32S3 Dev Module
- Flash Size: 8MB
- Partition Scheme: 8MB with Spiffs
To enter bootloader mode:
- Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button
To reset Watchy:
- Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button
Enter bootloader mode, select the serial port, upload sketch, reset Watchy
Watchy Arduino Library v1.4.11
Add support for Watchy V3 and fixed compilation errors with arduion-esp32 v3.0.x
To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.11) and the latest arduino-esp32 release (v3.0.2). In the Arduino IDE, select the following options:
- Board: ESP32S3 Dev Module
- Flash Size: 8MB
- Partition Scheme: 8MB with Spiffs
To enter bootloader mode:
- Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button
To reset Watchy:
- Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button
Enter bootloader mode, select the serial port, upload sketch, reset Watchy
Watchy Arduino Library v1.4.10
- Added board revision function
Watchy Arduino Library v1.4.9
Watchy Arduino Library v1.4.8
Merged #242 with great improvements to battery life through reduced display init and refresh times.
Thank you @DarkZeros for this PR.
Watchy Arduino Library v1.4.7
Watchy Arduino Library 1.4.6
Added a new watchface and uptime in about menu
Watchy Arduino Library 1.4.5
- Battery life improvements with #178
- Updated GMT offset method
- Vibrate on the hour option
- Exit menu to watch face when left to idle
- Fix compilation error caused by Arduino_JSON
Thanks @DarkZeros @shtrom @Alex-K37 for your contributions!