Skip to content

feat: Update OMI Glass firmware files - Add battery setup and charging guide documentation, update firmware.ino, add build scripts and UF2 binary, update source configuration files #2565

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

Open
wants to merge 36 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
55cb6f2
Remove pinecone plugin dependencies and disable typesense for local d…
cyhuman Jun 10, 2025
b0c8e0b
Re-enable typesense client initialization
cyhuman Jun 10, 2025
48bd5d6
Merge branch 'main' into openglass-integration
cyhuman Jun 10, 2025
6b1d614
Reapply "feat: Add OpenGlass AI image analysis for multimodal convers…
cyhuman Jun 10, 2025
90e07fa
Remove unused pinecone plugin dependencies from requirements.txt
cyhuman Jun 10, 2025
d272e2f
feat: Add OpenGlass AI image analysis for multimodal conversation int…
mdmohsin7 Jun 10, 2025
7994e2a
feat: Add OpenGlass AI image analysis for multimodal conversation int…
mdmohsin7 Jun 11, 2025
aa13f2e
bump packaging to 24.2
mdmohsin7 Jun 11, 2025
b13f2bf
fix: resolve conversation deadlock and improve UI layout - Add timeou…
cyhuman Jun 11, 2025
9d0bce7
Improve conversation capturing UI: remove image background boxes and …
cyhuman Jun 11, 2025
ba48510
Fix status priority: show 'Capturing' when glasses connected even wit…
cyhuman Jun 11, 2025
2d6309b
Fix/conversation deadlock and UI improvements (#2530)
mdmohsin7 Jun 11, 2025
e31385e
Improve device capture status logic and remove generic Openglass tags…
cyhuman Jun 11, 2025
7cae5c6
Fix auto-summarizer for photo-only conversations and improve device U…
cyhuman Jun 11, 2025
ff4383e
Fix auto-summarizer for photo-only conversations and improve device U…
mdmohsin7 Jun 11, 2025
0981062
refactor: Separate OpenGlass functionality and clean up conversation …
cyhuman Jun 11, 2025
2ac15b8
refactor(websocket): Extract WebSocket utilities from transcribe.py -…
cyhuman Jun 11, 2025
6ba1d27
fix(chat): Fix indentation error in upload_file_chat function - Fixed…
cyhuman Jun 11, 2025
2624bcc
Refactor/openglass conversation processing (#2532)
mdmohsin7 Jun 11, 2025
29a7dea
refactor: simplify OmiGlass system, remove over-engineering - reduced…
cyhuman Jun 11, 2025
dac0ae9
refactor: simplify Redis connection configuration - remove SSL settin…
cyhuman Jun 11, 2025
22a8202
Refactor/openglass conversation processing (#2535)
mdmohsin7 Jun 11, 2025
7779023
Fix image upload filename mismatch and indentation error - Fix Flutte…
cyhuman Jun 11, 2025
ba5f78e
Fix image upload filename mismatch (#2537)
mdmohsin7 Jun 11, 2025
708fe41
Restore chat session functionality and v1 routes for backward compati…
cyhuman Jun 11, 2025
46e5cff
refactor: Move openglass utilities and fix Redis access patterns - Mo…
cyhuman Jun 11, 2025
971c1f3
Refactor/openglass conversation processing (#2538)
mdmohsin7 Jun 11, 2025
3ae52c9
bump ver to 1.0.64+317
mdmohsin7 Jun 11, 2025
6eda5cc
downgrade deps
mdmohsin7 Jun 11, 2025
93d7e85
change device_info_plus ver
mdmohsin7 Jun 11, 2025
259a266
downgrade permision_handler
mdmohsin7 Jun 11, 2025
c1f7fa6
fix: use getattr() for safe photos access in ExternalIntegrationCreat…
cyhuman Jun 12, 2025
ad447fe
fix: use getattr() for safe photos access in ExternalIntegrationCreat…
mdmohsin7 Jun 12, 2025
58abb66
Merge branch 'main' into development
mdmohsin7 Jun 14, 2025
4f709c5
Merge branch 'main' of github.com:BasedHardware/omi into development
beastoin Jun 14, 2025
516545b
feat: Update OMI Glass firmware files - Add battery setup and chargin…
cyhuman Jun 19, 2025
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
Prev Previous commit
Next Next commit
downgrade permision_handler
  • Loading branch information
mdmohsin7 authored Jun 11, 2025
commit 259a266f029de9ee42581e1a00f73009b838bb67
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
http: ^1.2.1
pdf: ^3.11.0
intl: 0.19.0
permission_handler: ^12.0.0+1
permission_handler: ^11.3.1
share_plus: 10.0.1
shared_preferences: ^2.2.3
url_launcher: ^6.3.0
Expand Down