From 15da89597bb967ac518079f89b178dff76d1abf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxim=20Kru=C5=A1ina?= Date: Sun, 9 Jul 2017 09:05:36 +0200 Subject: [PATCH] Added note about RPi's 100 mbit limit (#2955) * Added note about RPi's 100 mbit limit In my case, I just realized after months that RPi hav 100 mbit card, so this was the limiting factor :) * Update --- source/_components/sensor.speedtest.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sensor.speedtest.markdown b/source/_components/sensor.speedtest.markdown index ad2f1764b65..e0efdf0bf0d 100644 --- a/source/_components/sensor.speedtest.markdown +++ b/source/_components/sensor.speedtest.markdown @@ -89,3 +89,7 @@ sensor: - download - upload ``` + +## {% linkable_title Notes %} + +When running on Raspberry Pi, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter.