From 88b153fcf7142fb596aafdfb51a63d3c8b7dd0c8 Mon Sep 17 00:00:00 2001 From: krzychb Date: Mon, 4 Mar 2019 20:26:19 +0100 Subject: [PATCH] Fixed fancy quotes --- docs/en/api-reference/system/system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/system/system.rst b/docs/en/api-reference/system/system.rst index 33fddc3bd4..a15860e8a1 100644 --- a/docs/en/api-reference/system/system.rst +++ b/docs/en/api-reference/system/system.rst @@ -119,7 +119,7 @@ To set version in your project manually you need to set ``PROJECT_VER`` variable * For Make build system: in application Makefile put ``PROJECT_VER = "0.1.0.1"`` before including project.mk * For Cmake build system: in application CMakeLists.txt put ``set(PROJECT_VER "0.1.0.1")`` before including project.cmake. -If ``PROJECT_VER`` variable is not set in project Makefile/CMakeLists.txt then it will be retrieved from either ``$(PROJECT_PATH)/version.txt`` file (if present) else using git command ``git describe``. If neither is available then ``PROJECT_VER`` will be set to “1”. Application can make use of this by calling :cpp:func:`esp_ota_get_app_description` or :cpp:func:`esp_ota_get_partition_description` functions. +If ``PROJECT_VER`` variable is not set in project Makefile/CMakeLists.txt then it will be retrieved from either ``$(PROJECT_PATH)/version.txt`` file (if present) else using git command ``git describe``. If neither is available then ``PROJECT_VER`` will be set to "1". Application can make use of this by calling :cpp:func:`esp_ota_get_app_description` or :cpp:func:`esp_ota_get_partition_description` functions. API Reference ------------- -- 2.40.0