mjuhanne

Results 18 comments of mjuhanne

**Found the reason for crash**: Scan cannot be started when simultaneously trying to connect to station (esp_wifi_scan_start returns ESP_ERR_WIFI_STATE, which ESP_ERROR_CHECK doesn't handle well). I first tried to check additional...

@BDubbB If you're interested in a database that has RTK3 keywords and primitives, the [Migaku Kanji GOD Anki addon](https://github.com/migaku-official/Migaku-Kanji-Addon) already has them. Extracting them requires a bit work though (depending...

@Vilhelm-Ian You could write your own morphimizer - it's pretty easy. You could check [this deaccentmorphimizer](https://github.com/kaegi/MorphMan/commit/3bfef647941acf7f5a0a5a83f3797c1e28c5fb8a) and use it as an example to write your mapping.

Thank you for your nice words and sorry for the late response. It's always nice to hear if someone else has modded their Fyrturs. I'm intrigued about your setup. So...

Hi! Regarding the first comment. Make sure you are using the latest esp-idf framework (I remember seeing similar error message at some stage myself). Second comment: So did you connect...

Ok that's a little bit odd, and would make me think it could be related to your AP (or compatibility between it and the lower levels of ESPs WiFi code)...

Hold on, I found a way to reproduce this. TinyPICO (ESP32) won't connect to Zyxel VMG3925-b10b router (or my iPhone hotspot) failing the same way (ORDER_CONNECT_STA is done but no...

Some of these missing primitives haven't been added because they consist of non-Unicode characters and previously couldn't be shown separately. See #175. I've made a solutions for this, available now...

@BurgBoi , @MinmoTech This is a bug in Anki. Fortunately it doesn't happen very often. [I made a PR just now ](https://github.com/ankitects/anki/pull/2603)

Ah, good catch! I had already fixed the 'every recognition card wants to sync' problem [here](https://github.com/mjuhanne/Migaku-Kanji-Addon/commit/b90a1efd3f9ad73741c6951d5961669bfe65c610) ages ago in my repository but I missed including that into previous PR. What...