Mike Causer

Results 24 issues of Mike Causer

Add a link to your awesome list on: https://github.com/sindresorhus/awesome Also, add tags `awesome` and `awesome-list` to help it appear in the topics index: https://github.com/topics/awesome-list

Depends on: https://github.com/raspberrypi/pico-sdk/pull/524

port-rp2
board-definition

1) In Operation `def definitions` was building a definitions hash by id, but not actually returning the hash for chaining. Resulting in error: ``` undefined method `[]=' for # ```...

The version of `help_crack.py` on wpa-sec.stanev.org has a few differences to the file in this repo. * https://wpa-sec.stanev.org/hc/help_crack.py * https://raw.githubusercontent.com/RealEnder/dwpa/master/help_crack/help_crack.py Which one is more correct / which should we use?...

If I (accidentally) upload the same cap twice, I get a bunch of duplicates in My Networks. It would be nice if I could flag/remove/delete the duplicates, to save them...

https://github.com/Xinyuan-LilyGO/lilygo-micropython/blob/5c6bc772971110dd9fdc3d7a05b2eb382319f45b/target/esp32s3/boards/LILYGO_T-DisplayS3-AMOLED/board.json#LL16C13-L16C66 Links to the old T-Display-S3 https://www.aliexpress.com/item/1005004496543314.html Update to this T-Display-S3 AMOLED one? https://www.aliexpress.com/item/1005005416973021.html

I noticed on these two lines: https://github.com/disk91/WioLoRaWANFieldTester/blob/master/LoRaComE5.cpp#L273 https://github.com/disk91/WioLoRaWANFieldTester/blob/master/LoRaComE5.cpp#L344 They are looping over all 72 channels and calling `AT+CH=chn,OFF` to disable channels. An alternate way of doing it (in a single...