aboutsummaryrefslogtreecommitdiff
path: root/posts/2020-09-06-esp-and-micropython.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/2020-09-06-esp-and-micropython.md')
-rw-r--r--posts/2020-09-06-esp-and-micropython.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/posts/2020-09-06-esp-and-micropython.md b/posts/2020-09-06-esp-and-micropython.md
index 1052795..a0a3b93 100644
--- a/posts/2020-09-06-esp-and-micropython.md
+++ b/posts/2020-09-06-esp-and-micropython.md
@@ -3,7 +3,7 @@ Title: Getting started with MicroPython and ESP8266
3Description: Getting started with MicroPython and ESP8266 3Description: Getting started with MicroPython and ESP8266
4Slug: esp8266-and-micropython-guide 4Slug: esp8266-and-micropython-guide
5Listing: true 5Listing: true
6Created: 2020, September 6 6Created: 2020-09-06
7Tags: [] 7Tags: []
8--- 8---
9 9
@@ -12,6 +12,10 @@ Tags: []
121. [Introduction](#introduction) 121. [Introduction](#introduction)
132. [Flashing the SOC](#flashing-the-soc) 132. [Flashing the SOC](#flashing-the-soc)
143. [Install better tooling](#install-better-tooling) 143. [Install better tooling](#install-better-tooling)
15 1. [ampy](#ampy)
16 2. [rshell](#rshell)
17 1. [Moving files to flash](#moving-files-to-flash)
18 2. [Executing scripts](#executing-scripts)
154. [Additional resources](#additional-resources) 194. [Additional resources](#additional-resources)
16 20
17 21