Skip to content

Commit

Permalink
updated readme and added an urgent TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dps committed Mar 23, 2013
1 parent 047bc88 commit 16a0a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Add a UI to your standalone Raspberry Pi project using your Android or iOS phone
Demo
====

[Watch Demo Video](http://www.youtube.com/watch?v=DV2i6T6mAgI)
[Watch Demo Video](http://youtu.be/2ay0vuW6aNY)

![Demo Video Screengrab](http://blog.davidsingleton.org/static/ytpiui.png)
[![Demo Video Screengrab](http://blog.davidsingleton.org/static/ytpiui.png)](http://youtu.be/2ay0vuW6aNY)


Install PiUi
Expand Down
1 change: 1 addition & 0 deletions piui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def new_page(self, page_name, title='', page_obj=None):
def enqueue(self, msg):
self._lock.acquire()
self._msgs.insert(0, msg)
# TODO: collapse updates to the same element
self._msgs_since_reload.insert(0, msg)
if len(self._msgs) > self.MAX_MESSAGES_TO_BUFFER:
self._msgs.pop()
Expand Down

0 comments on commit 16a0a6c

Please sign in to comment.