Explorar el Código

readme: zephyr: update revision branch

Set defaul branch as master revision.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
Sylvio Alves hace 3 años
padre
commit
9cceb42399
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -112,7 +112,7 @@ The Zephyr port is ready to be integrated into your Zephyr app as a Zephyr modul
 ```
     - name: esp-flasher
       url: https://github.com/espressif/esp-serial-flasher
-      revision: <insert current revision here>
+      revision: master
       path: modules/lib/esp_flasher
 ```
 
@@ -121,6 +121,7 @@ And add
 ```
 CONFIG_ESP_SERIAL_FLASHER=y
 CONFIG_CONSOLE_GETCHAR=y
+CONFIG_SERIAL_FLASHER_MD5_ENABLED=y
 ```
 
 to your project configuration `prj.conf`.