Remind custoemrs to upgrade FBOS before troubleshooting

always_upgrade
Rick Carlino 2020-04-17 13:13:32 -05:00
parent 4375a935f0
commit 0571100229
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ export function Diagnosis(props: DiagnosisProps) {
<div className={"saucer-connector last " + diagnosisColor} />
</Col>
<Col xs={10} className={"connectivity-diagnosis"}>
<p className="blinking">
Always <a className="blinking" href="/app/device?highlight=farmbot_os"><u>upgrade FarmBot OS</u></a> before troubleshooting.
</p>
<p>
{diagnose(props)}
</p>