From 4d360d2b01714f7b309bc9063643ddf7dd88784d Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Thu, 1 Dec 2022 16:59:08 +0100 Subject: [PATCH] pybricks.parameters: Reduce floating warning to note. This is a good case of a box. But nothing blows up if you try it, so a note suffices. --- src/pybricks/parameters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybricks/parameters.py b/src/pybricks/parameters.py index 3fb5f96..9102b0f 100644 --- a/src/pybricks/parameters.py +++ b/src/pybricks/parameters.py @@ -29,9 +29,9 @@ if TYPE_CHECKING or os.environ.get("SPHINX_BUILD") == "True": however, your input value will be truncated to a whole number anyway. In this example, either command makes the program pause for just 15 milliseconds. - .. warning:: + .. note:: The BOOST Move hub doesn't support floating point numbers due to - limited system resources, so only integers can be used on that hub. + limited system resources. Only integers can be used on that hub. """