redfast00
redfast00
If you don't follow the instructions and only install the Python library, without installing the other software, you can do the following: ```python >>> from daqhats import hat_list >>> hat_list()...
Thank you for this project, it has come in useful quite often while developing our own open-source Wi-Fi stack on the ESP32 (see https://github.com/esp32-open-mac). I saw that there was no...
I wrote a custom Python mutator that implements the trimming functions. I have some test inputs that crash the fuzzing harness, and would now like to minimize/simplify them. afl-tmin does...
### Brief description How am I meant to access the to-DS field in a Dot11.FCfield in a Pythonic way? I can access for example the retry field by using `fcfield.retry`,...
### Platform ESP32 ### Description (this might also be applicable for the NRF and RP2040 platform) I would like to build a meshtastic letterbox notifier: when the lid is opened,...
When I try to calibrate the scope according to the procedures in the README, it is not persistent as I expected: I have to do this every time. When I...
On most microcontrollers I've worked with, interactions with hardware happens via memory mapped IO. For example, writing to memory addres 0x4000A7FF could set a GPIO pin high; reading from that...
### What happened? If `err != nil`, not in all cases is `nil` returned: https://github.com/syncthing/syncthing/blob/bc7e56fdcd00d2d6040a429cd55c808dda746281/lib/pmp/pmp.go#L53-L61 and https://github.com/jackpal/go-nat-pmp/blob/master/natpmp.go#L121 My router responds with version = 2 packets (PCP instead of PMP), so...
Please also show the following information about the cursor positions: - Sample index of cursor begin, cursor end - Amount of samples between cursors - Start and end time of...
Currently, the annotations are displayed, but there could be several improvements - A list of annotations, if you click an entry, the waterfall viewer moves to that annotation - Keyboard...