Skip to content

Commit a7965c0

Browse files
committed
sketch for image upload on other repo.
1 parent 0d91574 commit a7965c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ https://dev.twitter.com/rest/reference/post/statuses/update
3131
- generate Access Token / Secret.
3232
- Use 4 keys to sketch
3333

34+
35+
##### for image on spiffs
36+
- post with media upload (if image is big, timout will occur) : https://github.com/chaeplin/esp8266_and_arduino/blob/master/_56-gopro-control/a-09-twitter-image-post/a-09-twitter-image-post.ino
37+
- post with APPEND(chunked) : https://github.com/chaeplin/esp8266_and_arduino/blob/master/_56-gopro-control/a-09-twitter-image-post/a-09-twitter-image-post.ino
38+
- upload image to twitter is slow(3 ~ 4KB/s)
39+
3440
Enjoy.
3541

3642
// chaeplin

0 commit comments

Comments
 (0)