Skip to content

Commit

Permalink
Readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellafaire authored Sep 1, 2020
1 parent 3caecba commit f8d9d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Below is a list of commands that can be issued and their functionality.
sendBLE("/pause", false); //hits the media pause button on the android device
sendBLE("/nextSong", false); //hits the media next song button on the android device
sendBLE("/lastSong", false); //hits the media previous song button on the android device
sendBLE("/calender", true); // returns a string of calender events for the next 24 hours in format "title;description;startDate;startTime;endTime;eventLocation;"
sendBLE("/calender", true); // returns a string of calender events for the next 24 hours in format "title;description;startDate;startTime;endTime;eventLocation;"
```
The example sketch provided in the repo will connect to the Android app and print the current notifications present on the notification bar to the serial terminal.
If everything's configured correctly the output should look like this:
Expand Down

0 comments on commit f8d9d9f

Please sign in to comment.