Store Firmware files in git

This commit is contained in:
Martijn Scheepers
2020-01-14 12:49:28 +01:00
parent 0be5eeb87f
commit e671820b5e
6 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,2 @@
build build
/Firmware_update/H1602_WSEN_Firmware.bin /H1602_WSEN.ino.nodemcu.bin
/Firmware_update/H1602_WSEN_Filesystem_2M.bin

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

View File

@@ -1,3 +1,4 @@
# software Update # software Update
in arduino Sketch -> Export Compiled Binary
Run make spiffs bin file.bat Run make spiffs bin file.bat
Upload the bin files in the wsen Upload the bin files in the wsen

View File

@@ -4,4 +4,4 @@ mkspiffs -c ../data -p 256 -b 8192 -s 2072576 H1602_WSEN_FileSystem_2M.bin
:: mkspiffs -c ../data -p 256 -b 8192 -s 3125248 h1602spiffspack3M.bin :: mkspiffs -c ../data -p 256 -b 8192 -s 3125248 h1602spiffspack3M.bin
copy /Y ..\build\H1602_WSEN.ino.bin H1602_WSEN_Firmware.bin copy /Y ..\H1602_WSEN.ino.nodemcu.bin H1602_WSEN_Firmware.bin

View File

@@ -24,7 +24,7 @@ ESP8266HTTPUpdateServer httpUpdater;
ADC_MODE(ADC_VCC); ADC_MODE(ADC_VCC);
const char* softwareVersion = "3.1"; const char* softwareVersion = "3.1.1";
const char* compileDate = __DATE__; const char* compileDate = __DATE__;
const char* compileTime = __TIME__; const char* compileTime = __TIME__;