@darkmoon Last friday I got the idea “Why not modify my Blynk-Library by myself?” Actually it was much easier than expected. Just replace “-1” of the code “mWeekdays = -1;” by “0”. You can find the code in line “33” of file “WidgetTimeInput.h” (Version: Aug 2016, respectively 14 Sep 2016). After that change the widget does behave in the way you and me want.
If you modify your library in the same way then I recommend to comment that change in your sketch because any update of the library could reverse the change. That will not have an effect on your compliled code but of course on new complilings as long you will not have made the same modification on the new library.
However, I hope it helps you and maybe also some other Blynkers.
3 Likes