From e12577cf0e73fbd68a3da4816e93d71692aff113 Mon Sep 17 00:00:00 2001 From: alamoris Date: Mon, 13 Jul 2020 13:49:59 +0300 Subject: [PATCH] docs: Fix md typo --- docs/en/ir_sensors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ir_sensors.md b/docs/en/ir_sensors.md index 6171f0e6..fb0dae01 100644 --- a/docs/en/ir_sensors.md +++ b/docs/en/ir_sensors.md @@ -1,6 +1,6 @@ # Working with IR sensors on Raspberry Pi 3 -> **Caution** This article is not relevant for the latest versions of the * clover * image and works only on the versions * clover_v0.16-clover_v0.17 *. +> **Caution** This article is not relevant for the latest versions of the *clover* image and works only on the versions *clover_v0.16-clover_v0.17*. Infrared sensors are a convenient tool for transmitting any commands to the copter. They are flexible in configuration, and interaction with them is possible in Python.