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

Rebase #2

Merged
merged 224 commits into from
Dec 10, 2023
Merged

Rebase #2

merged 224 commits into from
Dec 10, 2023

Conversation

flofricke
Copy link
Owner

No description provided.

laszloh and others added 30 commits March 7, 2023 09:48
Reduce the number of heap allocations (and with this heap fragmentation) by allocaing static lenght buffers on the stack or global memory regions instead of the heap.
Fixes finding biologist79#202 and adds missing guards against NULL returns from malloc and friends

Also adds missing calls to "free" before return statements.
xQueueSend creates a copy of the data in it's internal memory. So there is no need to duplicate the data beforehand.
Add missing free to return statements and also free the allocated char* array after releasing all strings form it.
Return nullptr on error and a pointer to the first element of the arra on success.
Here we need brackets to force the correct memory size calculation (point before line calculations)
Add text to AP setup in case javascript does not work (f.e. older WebView implementations / captive portals)
By hijacking DNS request made by Android and responding with our AP setup page, we can force the phone into captive portal mode.

This will automatically redirect the user to the setup page as soon as he connects to the access point.
Fix for playing files via Web-UI for Arduino >=2.0.5
Bugfix: playlistcache was invalid after "Rename"
Bugfix: Corrupted files after HTTP-upload
tueddy and others added 29 commits October 22, 2023 23:39
LPCD, RFID_IRQ on port-expander: fix compiler warning
portTICK_RATE_MS is deprecated, use portTICK_PERIOD_MS instead (espressif/esp-idf#51)
Cppcheck: Fix some warnings/hints
This is to match the clang-format settings specified in .clang-format.
Rename build workflow and make it faster.
Both checks shall run on PRs.
Content for the .git-blame-ignore-revs will be added later when the
upstream commit hashes to list are fixed.
small bugfix formatting the playtime
… settings.json (biologist79#265)

The new formatting defined in .clang-format uses a tab width of 4. Fix
this in .editorconfig and remove the setting in settings.json. We don't
need it there.
…t-expander

Bugfix for showing wrong loglevel
@flofricke flofricke merged commit b126070 into master Dec 10, 2023
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.