Store Firmware files in git
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,2 @@
|
|||||||
build
|
build
|
||||||
/Firmware_update/H1602_WSEN_Firmware.bin
|
/H1602_WSEN.ino.nodemcu.bin
|
||||||
/Firmware_update/H1602_WSEN_Filesystem_2M.bin
|
|
||||||
|
|||||||
BIN
Firmware_update/H1602_WSEN_Filesystem_2M.bin
Normal file
BIN
Firmware_update/H1602_WSEN_Filesystem_2M.bin
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
Firmware_update/H1602_WSEN_Firmware.bin
Normal file
BIN
Firmware_update/H1602_WSEN_Firmware.bin
Normal file
Binary file not shown.
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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__;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user