Documented uploading of EEPROM data

This commit is contained in:
Ivan Kravets
2016-07-05 12:34:37 +03:00
parent 63ae732e72
commit 9160e61ac7
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -95,6 +95,13 @@ Configuration for the programmers:
upload_port = SERIAL_PORT_HERE
upload_speed = 19200
Upload EEPROM data
------------------
To upload EEPROM data (from EEMEM directive) you need to use ``uploadeep``
target instead ``upload`` for :option:`platformio run --target` command.
For example, ``platformio run -t uploadeep``.
Articles
--------