File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ generate_website_index() {
63
63
done
64
64
echo " </ul>
65
65
<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)
67
67
letter has changed, then this version is incompabible with prevision versions and you have to flash
68
68
the full image. If the second part (number) has changed, then this version has some changes
69
69
(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() {
75
75
commit_website_files () {
76
76
BRANCH=` git branch --show-current`
77
77
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:""' `
80
80
VERSION=$VERSION -$FSMAJOR$FSMINOR
81
81
COMMIT_MESSAGE=` git log -1 --pretty=%B`
82
82
You can’t perform that action at this time.
0 commit comments