Pavel Stishenko
Pavel Stishenko
Squashed commit of the following: commit ddbd6d3e1065d8ca969d1791949b1c872cb21af2 Merge: b6c973df 407ad70e Author: Pavel Stishenko Date: Tue Apr 26 17:53:17 2022 +0100 Merge remote-tracking branch 'upstream/main' into api-dm-2 # Conflicts: # external/s-dftd3/origin...
For example, if you try to compute first order derivative with first order finite difference formula. To do it you need function values only in two points: ``f(x-dx)`` and ``f(x+dx)``....
This PR is a rebased version of the PR #1093 . It includes all the work done to enable ASI API implementation. Mainly C API extension to include export and...
dnsmasq service should be stopped in `wifi-host-ap-start.sh` Otherwise the following error appears: `dnsmasq: failed to create listening socket for 192.168.153.1: Адрес уже используется` Probably the same is true for hostapd...