Testato

Results 67 comments of Testato

AVR ``` int freeRam () { extern int __heap_start, *__brkval; int v; return (int) &v - (__brkval == 0 ? (int) &__heap_start : (int) __brkval); } ```

@matthijskooijman yes, this avr freeRam() version return only the free space beetwen the heap and the stack, but this is the most important value to check, because the other free...

> After Kodi guys started to talk to me via their lawyer for technical and timeline questions, i haven't had a need or want to deal with the project nor...

> This implementation was done in collaboration with the PVR IPTV Simple maintainer. So why not add this functionality directly inside IPTVSimple ?

This can be a good approach, you Iptv manager developer write the code for my addon and i will merge the PR :-) Please start with https://github.com/Testato/plugin.video.repubblicaitaliana

But why i will need a key if it work wuthout ? Isn't it better remove the notification completely ?

Thanks for the info Il 01/ott/2015 17:26, "Ivan Grokhotkov" [email protected] ha scritto: > Just dropping a note here that with staging version of ESP8266 Arduino > core, it is now...

Mqtt is writed for realtime execution ? Example, is it writed for drive a Drone ? I think about it like a notify sistem Il 22/lug/2015 02:58 PM, "mactro" [email protected]...