Nahrát soubory do '.'

This commit is contained in:
Martin Chlebovec 2019-10-05 20:17:01 +00:00
parent d74af80158
commit 621e36aab4
5 changed files with 3 additions and 2 deletions

BIN
Blink.ino.bin Normal file

Binary file not shown.

BIN
Blink.ino.partitions.bin Normal file

Binary file not shown.

View File

@ -1,2 +1 @@
# Binarky-ESP32
# Blink-bin-ESP32

1
nahratie.bat Normal file
View File

@ -0,0 +1 @@
start C:\Users\Martin\Documents\Arduino\hardware\espressif\esp32/tools/esptool.exe --chip esp32 --port COM22 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 boot_app0.bin 0x1000 bootloader_qio_80m.bin 0x10000 Blink.ino.bin 0x8000 Blink.ino.partitions.bin

1
vycitanie.bat Normal file
View File

@ -0,0 +1 @@
start esptool.exe -p COM22 -b 921600 read_flash 0 0x400000 flash_dump.bin