From ab39a734675a9d134d3e841b7a79a4de264f3542 Mon Sep 17 00:00:00 2001 From: imShara Date: Tue, 19 Nov 2019 22:56:32 +0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b757f3..d710cff 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Yep, it doesn't work out of the box with any example firmware. Module sells with ## Troubleshooting Check power source. My module works with 3.3v even 5v, but when powering with 3.3v there is artifacts on image. -If nothing works, try to flash pre-built binary with (esptool)[https://github.com/espressif/esptool]: +If nothing works, try to flash pre-built binary with [esptool](https://github.com/espressif/esptool): ``` esptool.py -p YOUR_SERIAL_PORT_PATH -b 460800 --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 binary/bootloader.bin 0x8000 binary/partition-table.bin 0x10000 binary/ESP32-CAM_HTTP_AP.bin