From e7faa183385ec7ef72dc4eb12f62bb9af3b5d48a Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 28 Aug 2020 12:02:57 +0200 Subject: [PATCH] added pybytes cache notice (#311) --- content/pybytes/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/pybytes/_index.md b/content/pybytes/_index.md index 6b3fe10..5f3f407 100644 --- a/content/pybytes/_index.md +++ b/content/pybytes/_index.md @@ -26,6 +26,9 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati * Firmware updates over the air: Upgrade or downgrade firmware versions with our exclusive firmware update. * Track your assets position: Google Maps API means you can track your device's geolocation. +> Note: If the [Pybytes website](https://pybytes.pycom.io/) seems to be down for you, do not worry! + > * In Chrome, open developer settings using F12, click on the `Application` tab and `Service workers` next to the gear icon. Then, open the menu `service workers from other origins` and click `unregister`. That should solve the problem! + ## Let's get started! * [Getting started with Pybytes](/pybytes/getstarted)