summaryrefslogtreecommitdiff
path: root/esp8266/qstrdefsport.h
diff options
context:
space:
mode:
authorAlex March <alex.march.dev@gmail.com>2016-02-08 11:42:24 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-08 11:42:24 +0200
commit81407729a57a5425f2ec1e04b68c847d2b24f1a4 (patch)
tree8c78f87af8f889d6af489250a9d80409a682e889 /esp8266/qstrdefsport.h
parent96688de601d9938e644df097143f92816e79b213 (diff)
esp8266/modesp: Implement flash_write(), flash_erase().
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r--esp8266/qstrdefsport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h
index b4480c89f..1f199a373 100644
--- a/esp8266/qstrdefsport.h
+++ b/esp8266/qstrdefsport.h
@@ -65,6 +65,8 @@ Q(vdd33)
Q(chip_id)
Q(flash_id)
Q(flash_read)
+Q(flash_write)
+Q(flash_erase)
Q(sdk_version)
Q(getaddrinfo)
Q(send)