]> granicus.if.org Git - esp-idf/blobdiff - README.md
component/bt: stop to initiate AVDTP connection on failure of A2DP service discovery
[esp-idf] / README.md
index 42d8f45b4db1a2bdf69d1f9d78872252a65a7506..dadcdfb61eb761e00a0f8db1e76503fe26896f6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ NOTE: The `-j4` option causes `make` to run 4 parallel jobs. This is much faster
 
 ## Flashing the Project
 
-When `make all` finishes, it will print a command line to use esptool.py to flash the chip. However you can also do this from make by running:
+When the build finishes, it will print a command line to use esptool.py to flash the chip. However you can also do this automatically by running:
 
 `make -j4 flash`
 
@@ -88,6 +88,7 @@ Multiple make functions can be combined into one. For example: to build the app
 make -j5 flash monitor
 ```
 
+
 ## The Partition Table
 
 Once you've compiled your project, the "build" directory will contain a binary file with a name like "my_app.bin". This is an ESP32 image binary that can be loaded by the bootloader.