LegendaryB
LegendaryB
@MindSwipe Thanks for your Input. Yeah I was also researching and came to the same conclusion. May give it a try wrapping one of them when I have more time
Hey @rexn8r, unfortunately I'm currently not working on NeatInput. But I would be open to reviewing a pull request which adds this feature. Kind Regards
This has worked somehow. But it failed while installing sming because its using a wrong filepath. also the filepath while extracting was false. I think the scripts should maybe be...
I don't know when i have enough time for it but if i try it i'll report back Thanks
What's with this: https://github.com/nodemcu/nodemcu-firmware/blob/master/app/modules/ws2801.c Its from the nodemcu firmware. They have used something from espressif as a base. Maybe its possible to translate it for sming?
Thank you for the fast reply. Do you know if the Console supports unicode on windows? I added this to set the Encoding to UTF-8: System.Console.OutputEncoding = Encoding.UTF8; Edit: Seems...
I set both: System.Console.OutputEncoding = Encoding.UTF8; System.Console.InputEncoding = Encoding.UTF8; But only get a question mark on the windows console. Probably because of the default font. Edit: With the Windows Terminal...
@psychowood: You are right about the fact that its mostly a config and forget thing. But you could also integrate features which make it more comfortable to use for users...
Any news on this? Also really need this feature
Thanks for sharing. One question: What does greenkeeper mean exactly? Thank you!