Upgraded to Nodemcu-firmware 3.0 release

This commit is contained in:
Ollo 2021-01-31 16:06:28 +01:00
parent 2fc241a6af
commit c2b40f692d
5 changed files with 21 additions and 21 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,13 @@
# Firmware was compiled with the following modules: # Nodemcu-firmware
## Release
* 3.0-release_20201107
## Modules
Firmware was compiled with the following modules:
* LUA_USE_MODULES_ADC * LUA_USE_MODULES_ADC
* LUA_USE_MODULES_BIT
* LUA_USE_MODULES_DHT
* LUA_USE_MODULES_FILE * LUA_USE_MODULES_FILE
* LUA_USE_MODULES_GPIO * LUA_USE_MODULES_GPIO
* LUA_USE_MODULES_I2C
* LUA_USE_MODULES_MQTT * LUA_USE_MODULES_MQTT
* LUA_USE_MODULES_NET * LUA_USE_MODULES_NET
* LUA_USE_MODULES_NODE * LUA_USE_MODULES_NODE
@ -14,7 +16,6 @@
* LUA_USE_MODULES_RTCMEM * LUA_USE_MODULES_RTCMEM
* LUA_USE_MODULES_RTCTIME * LUA_USE_MODULES_RTCTIME
* LUA_USE_MODULES_SNTP * LUA_USE_MODULES_SNTP
* LUA_USE_MODULES_SPI
* LUA_USE_MODULES_TMR * LUA_USE_MODULES_TMR
* LUA_USE_MODULES_UART * LUA_USE_MODULES_UART
* LUA_USE_MODULES_WIFI * LUA_USE_MODULES_WIFI

View File

@ -31,5 +31,4 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
echo "Flashing the new" echo "Flashing the new"
#python3 esptool.py --port $DEVICE $BAUD write_flash -fm dio 0x00000 nodemcu2.bin
python3 esptool.py --port $DEVICE write_flash -fm dio 0x00000 0x00000.bin 0x10000 0x10000.bin 0x3fc000 esp_init_data_default.bin python3 esptool.py --port $DEVICE write_flash -fm dio 0x00000 0x00000.bin 0x10000 0x10000.bin 0x3fc000 esp_init_data_default.bin

Binary file not shown.