Skip to content

Commit 16e5949

Browse files
committed
update push script
1 parent a98096f commit 16e5949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/push.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ generate_website_index() {
6363
done
6464
echo "</ul>
6565
<br>
66-
<p>Last latter/number of version number indicate SPIFFS file system version. If the first (upper-case)
66+
<p>Last latter/number of version number indicate SPI LittleFS file system version. If the first (upper-case)
6767
letter has changed, then this version is incompabible with prevision versions and you have to flash
6868
the full image. If the second part (number) has changed, then this version has some changes
6969
(e.g. internal web page layout, LCD/TFT display layout) in the file system which you will not get with
@@ -75,8 +75,8 @@ generate_website_index() {
7575
commit_website_files() {
7676
BRANCH=`git branch --show-current`
7777
VERSION=`cat RX_FSK/version.h | grep version_id | egrep -o '".*"' | sed 's/"//g' | sed 's/ /_/g'`
78-
FSMAJOR=`cat RX_FSK/version.h | grep SPIFFS_MAJOR | perl -e '$_=<>;print /=(.*);/?chr($1+64):""'`
79-
FSMINOR=`cat RX_FSK/version.h | grep SPIFFS_MINOR | perl -e '$_=<>;print /=(.*);/?$1:""'`
78+
FSMAJOR=`cat RX_FSK/version.h | grep FS_MAJOR | perl -e '$_=<>;print /=(.*);/?chr($1+64):""'`
79+
FSMINOR=`cat RX_FSK/version.h | grep FS_MINOR | perl -e '$_=<>;print /=(.*);/?$1:""'`
8080
VERSION=$VERSION-$FSMAJOR$FSMINOR
8181
COMMIT_MESSAGE=`git log -1 --pretty=%B`
8282

0 commit comments

Comments
 (0)