Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lijutsang committed Apr 28, 2024
1 parent 04ceaa8 commit 2208fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions port/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif


# Firmware verion
MICROPY_GIT_TAG = $(strip $(shell git describe --dirty --tags))
MICROPY_GIT_TAG = $(strip $(shell git describe --tags))
FIRMWARE_NAME = $(BOARD)-$(MICROPY_GIT_TAG)

include ../micropython/py/mkenv.mk
Expand Down Expand Up @@ -48,8 +48,8 @@ include $(TOP)/py/py.mk

GIT_SUBMODULES = lib/berkeley-db-1.xx

# PORT ?= /dev/ttyUSB0
PORT ?= /dev/ttyACM0
PORT ?= /dev/ttyUSB0
# PORT ?= /dev/ttyACM0
BAUD ?= 2000000
FLASH_MODE ?= dio
FLASH_FREQ ?= 40m
Expand Down

0 comments on commit 2208fec

Please sign in to comment.