mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Faster settings support
This commit is contained in:
parent
85bfacb630
commit
a45efc92ae
@ -1 +0,0 @@
|
||||
esptool.py --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dout --flash_freq 40m --flash_size detect 0x1000 bootloader_dout_40m.bin 0x8000 partitions_spiffs_12M.bin 0xe000 boot_app0.bin 0x10000 tasmota32-odroid.bin
|
1
tools/Esptool/Odroid_go_and_core2/Core2_flash.bat
Normal file
1
tools/Esptool/Odroid_go_and_core2/Core2_flash.bat
Normal file
@ -0,0 +1 @@
|
||||
esptool.py --chip esp32 --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode qio --flash_freq 80m --flash_size detect 0x1000 bootloader_qio_80m.bin 0x8000 partitions_spiffs_12M.bin 0xe000 boot_app0.bin 0x10000 tasmota32-core2.bin
|
1
tools/Esptool/Odroid_go_and_core2/Odroid_flash.bat
Normal file
1
tools/Esptool/Odroid_go_and_core2/Odroid_flash.bat
Normal file
@ -0,0 +1 @@
|
||||
esptool.py --chip esp32 --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode qio --flash_freq 80m --flash_size detect 0x1000 bootloader_qio_80m.bin 0x8000 partitions_spiffs_12M.bin 0xe000 boot_app0.bin 0x10000 tasmota32-odroid.bin
|
Loading…
x
Reference in New Issue
Block a user