docs: fix command in readme, version: bump to 2.5.4
All checks were successful
/ build-and-publish (push) Successful in 1h58m3s

This commit is contained in:
hayzamjs 2024-03-25 22:42:51 +05:30
parent 9cca2b6851
commit f4baefee50
Signed by: hayzam
GPG key ID: 13B4C5B544B53947
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ make4.1+ perl python3.7+ rsync subversion unzip which
2. Run `./scripts/feeds install -a` to install symlinks for all obtained 2. Run `./scripts/feeds install -a` to install symlinks for all obtained
packages into package/feeds/ packages into package/feeds/
3. Run `mv dmsbg100.config .config && make defconfig` to use the default 3. Run `cp -rf configs/dmsbg100.config .config && make defconfig` to use the default
configuration for the DMSBG100 device. configuration for the DMSBG100 device.
4. Run `make` to build your firmware. This will download all sources, build the 4. Run `make` to build your firmware. This will download all sources, build the

View file

@ -996,7 +996,7 @@ CONFIG_VERSION_HOME_URL="https://difuse.io"
CONFIG_VERSION_HWREV="v1" CONFIG_VERSION_HWREV="v1"
CONFIG_VERSION_MANUFACTURER="Difuse" CONFIG_VERSION_MANUFACTURER="Difuse"
CONFIG_VERSION_MANUFACTURER_URL="https://difuse.io" CONFIG_VERSION_MANUFACTURER_URL="https://difuse.io"
CONFIG_VERSION_NUMBER="2.5.3" CONFIG_VERSION_NUMBER="2.5.4"
CONFIG_VERSION_PRODUCT="DMSBG-100" CONFIG_VERSION_PRODUCT="DMSBG-100"
CONFIG_VERSION_REPO="https://difuse.io/releases" CONFIG_VERSION_REPO="https://difuse.io/releases"
CONFIG_VERSION_SUPPORT_URL="https://docs.difuse.io" CONFIG_VERSION_SUPPORT_URL="https://docs.difuse.io"