Skip to content

Commit

Permalink
updated to bmcd 2.0.4
Browse files Browse the repository at this point in the history
* Added flash mode to USB options
* improved long press on KEY1
* updated related usb tab in BMC-UI
  • Loading branch information
svenrademakers committed Nov 23, 2023
1 parent 467803d commit d28945d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tp2bmc/package/bmc-ui/bmc-ui.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# bmc-ui
###########################################################

BMC_UI_VERSION = v1.0.2
BMC_UI_VERSION = v1.0.3
BMC_UI_SITE = $(call github,turing-machines,BMC-UI,$(BMC_UI_VERSION))
BMC_UI_LICENSE = GPL-2.0
BMC_UI_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tp2bmc/package/bmcd/bmcd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# bmcd
###########################################################

BMCD_VERSION = v2.0.3
BMCD_VERSION = v2.0.4
BMCD_SITE = $(call github,turing-machines,bmcd,$(BMCD_VERSION))
BMCD_LICENSE = Apache-2.0
BMCD_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tp2bmc/package/tpi/tpi.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################################################
# turing pi CLI
###########################################################
TPI_VERSION:= v1.0.3
TPI_VERSION:= v1.0.5
TPI_SITE = $(call github,turing-machines,tpi,$(TPI_VERSION))
TPI_LICENSE = Apache-2.0
TPI_LICENSE_FILES = LICENSE
Expand Down

0 comments on commit d28945d

Please sign in to comment.