The driver for the ESP8266 WiFi module - isConnected function added, working and tested with mbed os 5.7.6
Fork of esp8266-driver by
ESP8266/ATParser/.git/hooks/post-update.sample@2:0bc0b654995c, 2018-11-04 (annotated)
- Committer:
- mareszym
- Date:
- Sun Nov 04 12:50:49 2018 +0000
- Revision:
- 2:0bc0b654995c
- Parent:
- 0:6946b0b9e323
isConnected function added
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
group-ESP8266 | 0:6946b0b9e323 | 1 | #!/bin/sh |
group-ESP8266 | 0:6946b0b9e323 | 2 | # |
group-ESP8266 | 0:6946b0b9e323 | 3 | # An example hook script to prepare a packed repository for use over |
group-ESP8266 | 0:6946b0b9e323 | 4 | # dumb transports. |
group-ESP8266 | 0:6946b0b9e323 | 5 | # |
group-ESP8266 | 0:6946b0b9e323 | 6 | # To enable this hook, rename this file to "post-update". |
group-ESP8266 | 0:6946b0b9e323 | 7 | |
group-ESP8266 | 0:6946b0b9e323 | 8 | exec git update-server-info |