eric6/MicroPython/MicrobitDevices.py

changeset 7548
e1c6a2e32a38
parent 7360
9190402e4505
child 7549
fcfbb9e94471
--- a/eric6/MicroPython/MicrobitDevices.py	Tue Apr 21 19:47:10 2020 +0200
+++ b/eric6/MicroPython/MicrobitDevices.py	Tue Apr 21 19:52:43 2020 +0200
@@ -191,9 +191,16 @@
                 self.microPython,
                 self.tr("Flash MicroPython Firmware"),
                 self.tr(
-                    'The BBC micro:bit is not ready for flashing. See the'
-                    ' <a href="https://microbit.org/guide/firmware/">'
-                    'micro:bit web site</a> for details.'
+                    '<p>The BBC micro:bit is not ready for flashing. Follow'
+                    ' these instructions.</p>'
+                    '<ul>'
+                    '<li>unplug USB cable and any batteries</li>'
+                    '<li>keep RESET pressed an plug USB cable back in</li>'
+                    '<li>a drive called MAINTENANCE should be available</li>'
+                    '</ul>'
+                    '<p>See the '
+                    '<a href="https://microbit.org/guide/firmware/">'
+                    'micro:bit web site</a> for details.</p>'
                 ))
         else:
             downloadsPath = QStandardPaths.standardLocations(

eric ide

mercurial