From 660913f8bbd999995468d86d6b7cd42d1b09b900 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 23 May 2025 17:17:27 +0300 Subject: [PATCH] Remove version 0 section from the readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d8c062..ffcc0f4 100644 --- a/README.md +++ b/README.md @@ -155,10 +155,6 @@ In case of using other IMU orientation, modify the `rotateIMU` function in the ` See [FlixPeriph documentation](https://github.com/okalachev/flixperiph?tab=readme-ov-file#imu-axes-orientation) to learn axis orientation of other IMU boards. -## Version 0 - -See the information on the obsolete version 0 in the [corresponding article](docs/version0.md). - ## Materials Subscribe to the Telegram channel on developing the drone and the flight controller (in Russian): https://t.me/opensourcequadcopter. @@ -167,6 +163,8 @@ Join the official Telegram chat: https://t.me/opensourcequadcopterchat. Detailed article on Habr.com about the development of the drone (in Russian): https://habr.com/ru/articles/814127/. +See the information on the obsolete version 0 in the [corresponding article](docs/version0.md). + ## Disclaimer This is a fun DIY project, and I hope you find it interesting and useful. However, it's not easy to assemble and set up, and it's provided "as is" without any warranties. There’s no guarantee that it will work perfectly — or even work at all.