The driver for the ESP8266 WiFi module
Fork of esp8266-driver by
ESP8266/ATParser/.git/hooks/post-update.sample@1:aea829468cfc, 2017-11-15 (annotated)
- Committer:
- joschaihl
- Date:
- Wed Nov 15 20:05:03 2017 +0000
- Revision:
- 1:aea829468cfc
- Parent:
- 0:6946b0b9e323
test
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 |