This commit is contained in:
Otto Winter 2018-11-05 22:03:08 +01:00
parent 86a7145a42
commit ddb6105763
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -65,6 +65,12 @@ there are three basic actions you can perform:
- **COMPILE**: This command compiles the firmware and gives you the option of downloading the generated - **COMPILE**: This command compiles the firmware and gives you the option of downloading the generated
binary so that you can upload it yourself from your computer. binary so that you can upload it yourself from your computer.
.. note::
If you're having problems with flashing over USB, you can always download the firmware using the
``COMPILE`` button and upload the firmware using an application like
`pyflasher <https://github.com/marcelstoer/nodemcu-pyflasher>`__.
- **SHOW LOGS**: With this command you can view all the logs the node is outputting. If a USB device is - **SHOW LOGS**: With this command you can view all the logs the node is outputting. If a USB device is
connected, it will attempt to use the serial connection. Otherwise it will use the built-in MQTT logs. connected, it will attempt to use the serial connection. Otherwise it will use the built-in MQTT logs.