diff --git a/Blink.ino.bin b/Blink.ino.bin new file mode 100644 index 0000000..466eb0b Binary files /dev/null and b/Blink.ino.bin differ diff --git a/Blink.ino.partitions.bin b/Blink.ino.partitions.bin new file mode 100644 index 0000000..6326adc Binary files /dev/null and b/Blink.ino.partitions.bin differ diff --git a/README.md b/README.md index b1ef4c9..c101476 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# Binarky-ESP32 - +# Blink-bin-ESP32 \ No newline at end of file diff --git a/nahratie.bat b/nahratie.bat new file mode 100644 index 0000000..e42bd57 --- /dev/null +++ b/nahratie.bat @@ -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 \ No newline at end of file diff --git a/vycitanie.bat b/vycitanie.bat new file mode 100644 index 0000000..bbe98ba --- /dev/null +++ b/vycitanie.bat @@ -0,0 +1 @@ +start esptool.exe -p COM22 -b 921600 read_flash 0 0x400000 flash_dump.bin \ No newline at end of file