Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a custom integrated implementation of WifiManager. #490

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added pass through shifting in both ERG and SIM mode.
- Added pass through shifting in both ERG and SIM mode. - Added a custom integrated implementation of WifiManager.

### Changed
- Updated communications overview picture.
- Updated kit purchasing links.
- Updated builtin.h html color scheme.
- When pages are served, BLE server will slow it's roll.
- Removed several BLE scan hard stops in favor of a single loop which waits for the scan to gracefully end.
- Fixed bug where WiFi.getMode() wasn't returning the correct mode and caused slow/no wifi connections in AP mode.
- Repurposed LogComData. Will now not transmit any logging info to WiFi when it's turned off.
- Reworked web pages to start to implement more built in functions.
- Removed style.css (Internal to the program now).
- MIN_ERG_CADENCE created and changed from 20 to 30.
- Fixed DNS server in AP mode.
- Fixed an issue with IC4 and variants not displaying device name in Bluetooth scanner. Fixes #500
Expand Down