Skip to content

Commit

Permalink
Release v2024.09.07
Browse files Browse the repository at this point in the history
  • Loading branch information
TokenRat committed Sep 12, 2024
1 parent eefaa05 commit c646e01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# EF28 Cyber LED Badge

## TBD (TBD)
## v2024.09.07

* Initial release
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ For convenience, here is an exported PDF version of the schematics:
[![Screenshot: Schematics thumbnail](docs/assets/efbadge-schematic_thumb.png)](hardware/efbadge-schematic.pdf)


# Releases

The release-versions are based on [CalVer](https://calver.org/), with the pattern `vYYYY.MM.DD(-SUB)` where `SUB` is for potential sub-daily releases.


# Useful links

* ESP32-S3 Pin-out and functions: https://github.com/atomic14/esp32-s3-pinouts
Expand Down
2 changes: 1 addition & 1 deletion lib/EFBoard/EFBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "EFBoardPowerState.h"

#define EFBOARD_FIRMWARE_VERSION "v1.1.0"
#define EFBOARD_FIRMWARE_VERSION "v2024.09.07"
#define EFBOARD_SERIAL_DEVICE USBSerial //!< Serial device to use for logging
#define EFBOARD_SERIAL_BAUD 115200 //!< Baudrate for the serial device

Expand Down

0 comments on commit c646e01

Please sign in to comment.