diff options
author | Daniel Campora <daniel@wipy.io> | 2015-07-04 16:39:05 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-07-04 16:39:05 +0200 |
commit | aaf7c5b35e38109ce74f3ef71f4787d2d9c7645e (patch) | |
tree | 0242fff079abee549b0f6ba8743bb1215ad45a5d /cc3200 | |
parent | c030e77861d9ba798975e8f3e0b30a6873c008c7 (diff) | |
download | micropython-aaf7c5b35e38109ce74f3ef71f4787d2d9c7645e.tar.gz micropython-aaf7c5b35e38109ce74f3ef71f4787d2d9c7645e.zip |
cc3200/README.md: Improve make deploy instructions.
Diffstat (limited to 'cc3200')
-rw-r--r-- | cc3200/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/README.md b/cc3200/README.md index 621d795e61..fa718d9836 100644 --- a/cc3200/README.md +++ b/cc3200/README.md @@ -47,7 +47,7 @@ there. Make sure to use a **v4.1 (or higer) LAUNCHXL board** when trying this po make BTARGET=application BTYPE=release BOARD=LAUNCHXL WIPY_IP=192.168.1.1 WIPY_USER=micro WIPY_PWD=python deploy ``` -If WIPY_IP, WIPY_USER or WIPY_PWD are omitted the default values (the ones shown above) will be used. +If `WIPY_IP`, `WIPY_USER` or `WIPY_PWD` are omitted the default values (the ones shown above) will be used. ## Playing with MicroPython and the CC3200: |