zzpaf

Results 6 comments of zzpaf

I tried unsuccessfully to make it work from the dev branch, I think there might be some issues and I did not want to modify too many things: I am...

Sorry I was not able to get much further, I am thinking of a different approach for you to check if this would work. Maybe you can use the: ARDUINO_EVENT_ETH_GOT_IP...

> I created a PR for it. Can someone test it, please? #215 I can confirm that the solution works: Change line 186 in ToastWindow.swift: From: if self.shouldRotateManually { To:...

I run into the same issue and none of the following (or all of it together at once) worked: `use_Line.pinchZoomEnabled = false` `use_Line.doubleTapToZoomEnabled = false` `use_Line.setScaleEnabled(false)` `use_Line.scaleXEnabled = false` `use_Line.scaleYEnabled...

Just saw this and running into the same issue I did this to solve it: ` dropDown.selectedIndex = 0` ` dropDown.text = dropDown.optionArray[dropDown.selectedIndex!]` The actual index does get selected with...