Nicolas AGIUS
Nicolas AGIUS
Yes indeed, `List.nth` will keep de second element of the string, but there is only one `-` in every option names. The separator used in the option names is `_`,...
I can confirm the issue with the option parsing. My understanding of OCaml is quite limited but I succeeded to make a working PR.
I found a workaround. By adding few hours to the 'now' time so it's ahead of the timezone's offset, there is no more issue : ``` now = Time.parse("2015-08-25 00:00:00...
I came up with a workaround that seems to work : ```patch diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c index be2308b..0b9ed7e 100644 --- a/os_dep/linux/ioctl_cfg80211.c +++ b/os_dep/linux/ioctl_cfg80211.c @@ -7777,7 +7777,7 @@ exit: return ret;...
I can confirm the issue is still there. It was working fin during summer time (IST) but now the timezone is GMT (which is good) but the offset is still...
Thanks for the patch ! I'll try to source one of these board to test it.
This code has been committed in bbbd766b365dca6efd31f158d4e7b1ed99b4d9dd Does that fixes all your issues ?
On 2020-10-02 12:28, dxypolias wrote: > Hi friend, I have the same relay, nice code, but during the first > connection the AP mode does not connect on any device...