-
-
Notifications
You must be signed in to change notification settings - Fork 34
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Makuna/DFMiniMp3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Makuna/DFMiniMp3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
5
contributors
Commits on Dec 29, 2020
-
* Notify Passed a class reference * new version
Configuration menu - View commit details
-
Copy full SHA for e52ad95 - Browse repository at this point
Copy the full SHA e52ad95View commit details
Commits on Jan 21, 2021
-
fix static code checker issue as per #63 item B). (#64)
Leave A) as is to save progmem.
Configuration menu - View commit details
-
Copy full SHA for 81692ad - Browse repository at this point
Copy the full SHA 81692adView commit details
Commits on Aug 30, 2021
-
Add support for DFPlayer modules using a MH2024K-16SS chip (#77)
* Autoformat code * Refactor DfMp3_Packet from enum to struct * Add option to send a packet without checksum * Play finished event on MH2024K-16SS is code 0x4c * Reformat using another formatter (in vscode => vcFormat) * Replace C-style casts to their C++ equivalent * On MH2024K-16SS, the end of song USB, is 0x4b instead of 0x3c... * Use a pointer instead of a ref to make it explicit that the packet is changed * Refactor calcChecksum to use a for-loop to reduce program size (48 bytes => 36 bytes) * Use templating to reduce code and memory size * Do not init buffer to save program size. * Remove DfMp3_Packet and declare types in Chip classes * Rename field SendCheckSum * Renamed i variable with a more meaningful name (packetByte) * fix warnings * Move the generation of the packet to the Mp3Chip classes * Add missing const Co-authored-by: Maxime Chéramy <maxime@cheramy.org>
Configuration menu - View commit details
-
Copy full SHA for d603f8e - Browse repository at this point
Copy the full SHA d603f8eView commit details
Commits on Apr 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b50c3bb - Browse repository at this point
Copy the full SHA b50c3bbView commit details -
Demonstrate how to mark arguments that maybe unused
Configuration menu - View commit details
-
Copy full SHA for 145caa5 - Browse repository at this point
Copy the full SHA 145caa5View commit details
Commits on Apr 11, 2022
-
Refactor checksum methods (#88)
solve the issue of multiple instances of these methods when included in several files.
Configuration menu - View commit details
-
Copy full SHA for b63399f - Browse repository at this point
Copy the full SHA b63399fView commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9838e6d - Browse repository at this point
Copy the full SHA 9838e6dView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 48d6ad6 - Browse repository at this point
Copy the full SHA 48d6ad6View commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2a0435 - Browse repository at this point
Copy the full SHA c2a0435View commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50e3581 - Browse repository at this point
Copy the full SHA 50e3581View commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed18859 - Browse repository at this point
Copy the full SHA ed18859View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32e2d89 - Browse repository at this point
Copy the full SHA 32e2d89View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8784ba - Browse repository at this point
Copy the full SHA c8784baView commit details
Commits on Mar 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13baf94 - Browse repository at this point
Copy the full SHA 13baf94View commit details
Commits on Mar 23, 2023
-
* Remove Delays * Added com retries * Ack request for no response commands * keywords and version
Configuration menu - View commit details
-
Copy full SHA for ab8cd57 - Browse repository at this point
Copy the full SHA ab8cd57View commit details
Commits on Mar 26, 2023
-
* Magic Numbers * reoganize * notifications queued * Added software version query * Added constructor that takes RX/TX pins for ESP32 and others * GetPlaySources deprecated due to conflict between data return and known Reply notification (they are the same with no context) * reset() will now wait until chip replies with online by default
Configuration menu - View commit details
-
Copy full SHA for c1f9275 - Browse repository at this point
Copy the full SHA c1f9275View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 71bb8f2 - Browse repository at this point
Copy the full SHA 71bb8f2View commit details
Commits on May 11, 2023
-
* no output on construction * Fix getFolderTrackCount
Configuration menu - View commit details
-
Copy full SHA for 107456d - Browse repository at this point
Copy the full SHA 107456dView commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 841da44 - Browse repository at this point
Copy the full SHA 841da44View commit details
Commits on May 14, 2023
-
spam messages for looping track complete can lock the message listening
Configuration menu - View commit details
-
Copy full SHA for 8e2eb04 - Browse repository at this point
Copy the full SHA 8e2eb04View commit details
Commits on Jun 6, 2023
-
Mp3 chip incongruous no ack (#130)
* No Ack Chip model * update keywords
Configuration menu - View commit details
-
Copy full SHA for 2b866f9 - Browse repository at this point
Copy the full SHA 2b866f9View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1625086 - Browse repository at this point
Copy the full SHA 1625086View commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0711738 - Browse repository at this point
Copy the full SHA 0711738View commit details
Commits on Oct 12, 2023
-
* initial timeout fixes * loop doesn't care about timeout
Configuration menu - View commit details
-
Copy full SHA for 841e2d1 - Browse repository at this point
Copy the full SHA 841e2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f4ee7 - Browse repository at this point
Copy the full SHA c6f4ee7View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5eed63f - Browse repository at this point
Copy the full SHA 5eed63fView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9e0720c - Browse repository at this point
Copy the full SHA 9e0720cView commit details
Commits on Feb 6, 2024
-
Notification class is optional Notification class members can be non-static Examples updated to demonstrate different ways to use the new model
Configuration menu - View commit details
-
Copy full SHA for bd27c22 - Browse repository at this point
Copy the full SHA bd27c22View commit details
There are no files selected for viewing
Large diffs are not rendered by default.