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

Http server refactor #601

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f009c15
Initial refactor
doudar Nov 18, 2024
cb364c3
Initial testing complete
doudar Nov 18, 2024
cc3d869
Fixed reboot handler
doudar Nov 18, 2024
0f6854f
sending logs before reboot
doudar Nov 18, 2024
72232de
New instant http settings page (backwards compatable)
doudar Nov 18, 2024
b7e1a31
cleaned up .css
doudar Nov 18, 2024
9b213a3
Modernized UX
doudar Nov 18, 2024
8cb59d6
Smoothing elements
doudar Nov 18, 2024
124d502
Icons
doudar Nov 18, 2024
9b02c32
drop shadows
doudar Nov 18, 2024
9ac076f
minor css changes.
doudar Nov 18, 2024
651f8ec
moved PCF from BT Scanner to settings
doudar Nov 18, 2024
8b24827
Fixed BTScanner route
doudar Nov 18, 2024
e430fa4
fixed ble scanner
doudar Nov 18, 2024
4438f6d
Update changelog for version 24.11.16
actions-user Dec 5, 2024
105ab12
Merge branch 'develop' into Http_Server_Refactor
doudar Dec 15, 2024
b3070ee
Update changelog for version 24.12.8
actions-user Dec 15, 2024
9574f96
Update CHANGELOG.md
doudar Dec 15, 2024
252e7ad
Merge branch 'Http_Server_Refactor' of https://github.com/doudar/Smar…
doudar Dec 15, 2024
e6ce772
Flexing fixed
doudar Dec 16, 2024
6066601
made style.css smaller
doudar Dec 16, 2024
718f402
added a save button to the debug log
doudar Dec 16, 2024
1ae3e0f
added save button to debug log
doudar Dec 16, 2024
a558196
Update btsimulator.html
doudar Dec 16, 2024
d0cd20a
added homingSensitivy to the web settings
doudar Dec 16, 2024
6ebe6f4
updated mime types
doudar Dec 16, 2024
47d8c06
gear indicator always centered
doudar Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Hardware


## [24.12.8]

### Added

### Changed
- Modernized web interface.
- Refactored http server.

### Hardware

## [24.12.7]

### Added
Expand Down
Loading
Loading