Skip to content

Conversation

@crossplatformdev
Copy link
Owner

No description provided.

lapwat and others added 4 commits March 7, 2025 14:42
- remove ble fw update since it doesn't work
- add .gitattributes
turn off wifi after NTP sync
Copilot AI review requested due to automatic review settings November 16, 2025 03:15
@crossplatformdev crossplatformdev self-assigned this Nov 16, 2025
@crossplatformdev crossplatformdev marked this pull request as draft November 16, 2025 03:16
@crossplatformdev crossplatformdev marked this pull request as ready for review November 16, 2025 03:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR disables the firmware update functionality and bumps the library version from 1.4.14 to 1.4.15. The changes remove the "Update Firmware" menu option and comment out related code while adding proper WiFi/Bluetooth cleanup after NTP sync.

  • Removed firmware update menu item and commented out related functionality
  • Added explicit WiFi and Bluetooth cleanup after NTP synchronization
  • Modified RTC initialization to call begin() on the DS3231 RTC object
  • Updated version to 1.4.15 and added line-ending normalization

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/config.h Reduced MENU_LENGTH from 7 to 6 to reflect removal of firmware update menu item
src/WatchyRTC.cpp Removed RTC constructor initialization and added explicit rtc_ds.begin() call in init()
src/Watchy.cpp Commented out firmware update menu handlers and functions; added WiFi/BT cleanup after NTP sync
library.properties Bumped version from 1.4.14 to 1.4.15
library.json Bumped version from 1.4.14 to 1.4.15
.gitattributes Added line-ending normalization (LF) for all text files

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@crossplatformdev crossplatformdev marked this pull request as draft November 16, 2025 03:19
@crossplatformdev crossplatformdev marked this pull request as ready for review November 16, 2025 03:19
@crossplatformdev crossplatformdev marked this pull request as draft November 16, 2025 03:20
@crossplatformdev crossplatformdev marked this pull request as ready for review December 5, 2025 02:09
@crossplatformdev crossplatformdev marked this pull request as draft December 5, 2025 02:10
@crossplatformdev crossplatformdev marked this pull request as ready for review December 5, 2025 02:10
@crossplatformdev crossplatformdev marked this pull request as draft December 5, 2025 02:11
@crossplatformdev crossplatformdev changed the base branch from master to custom December 5, 2025 02:19
@crossplatformdev crossplatformdev marked this pull request as ready for review December 5, 2025 02:19
@crossplatformdev crossplatformdev merged commit 6878356 into crossplatformdev:custom Dec 5, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants