Open
Conversation
modified: data/default.json modified: data/www/index.html modified: data/www/js/client.js modified: data/www/js/index.js modified: main/badge/badge.c modified: main/badge/badge.h modified: main/badge/httpd.c modified: main/badge/ui.c modified: main/badge/ui.h modified: main/badge/version.c modified: platformio.ini modified: public/index.html modified: public/js/index.js modified: sdkconfig.why2025-badge
modified: data/default.json modified: main/badge/httpd.c modified: main/badge/httpd.h modified: main/badge/ui.c modified: main/badge/ui.h
modified: data/default.json
modified: README.md modified: data/default.json modified: data/www/index.html modified: data/www/js/client.js modified: data/www/js/index.js modified: main/badge/badge.c modified: main/badge/badge.h modified: main/badge/httpd.c modified: main/badge/ui.c modified: main/badge/ui.h
- And social energy gauge modified: README.md modified: components/lvgl/src/lv_widgets/lv_gauge.c modified: main/badge/badge.c modified: main/badge/badge.h modified: main/badge/httpd.c modified: main/badge/ui.c modified: main/badge/ui.h
modified: main/badge/ui.c
Split ui.c and ui.h in several files to improve readability Code refactoring modified: main/badge/badge.h modified: main/badge/httpd.h deleted: main/badge/snake.c modified: main/badge/sync.h deleted: main/badge/ui.c deleted: main/badge/ui.h new file: main/badge/ui/admin.c new file: main/badge/ui/admin.h new file: main/badge/ui/backlight.c new file: main/badge/ui/backlight.h new file: main/badge/ui/buttons.c new file: main/badge/ui/buttons.h new file: main/badge/ui/event.c new file: main/badge/ui/event.h new file: main/badge/ui/person.c new file: main/badge/ui/person.h new file: main/badge/ui/radar.c new file: main/badge/ui/radar.h new file: main/badge/ui/rssi.c new file: main/badge/ui/rssi.h new file: main/badge/ui/snake.c renamed: main/badge/snake.h -> main/badge/ui/snake.h new file: main/badge/ui/socialenergy.c new file: main/badge/ui/socialenergy.h new file: main/badge/ui/splash.c new file: main/badge/ui/splash.h new file: main/badge/ui/ui.c new file: main/badge/ui/ui.h modified: main/badge/version.c
debug wifi
Move buttons from task to timer to prepare lv_indev
Code refactoring for httpd and badge remove a memory leak reduce memory usage
- Code refactoring: - ble functions in bt.c - all schedules functions in schedule.c
…e (-12% of heap and 4-5% of flash)
clean admin new socialmeter
code cleaning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This version works with latest libraries versions.
BT not fully tested as I don't have another badge.