Changeset 226
- Timestamp:
- 03/11/2012 08:20:15 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/lua/chdku.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lua/chdku.lua
r223 r226 942 942 function con_methods:live_init_streaming(opts) 943 943 self.live = nil 944 -- TODO this shouldn't really be in gui_sys 945 if not guisys.caps().LIVEVIEW then 946 return false,'this chdkptp not compiled with liveview support' 947 end 944 948 if not self:is_connected() then 945 949 return false,'not connected'
Note: See TracChangeset
for help on using the changeset viewer.