Ngoan Tran

Results 6 comments of Ngoan Tran

Any progress on this, I'm looking for a solution for this too. I think providing an option to add custom jwt payload can help. (#184)

hmm, there is one chance that someone replace `creator_id` in jwt payload, but then the token will be invalid when verifying. I see no way to fake the moderator for...

Thanks for your contribution @UnRyongPark I just test this package with Vietnamese while my device in English, by switching these two languages several times I realize this package using device...

No solution for years?! hmm, I also looking for it, my app need to listen if the phone auto connect to a device (which already connected before).

This also removes duplicate lang param so just ignore #2 and merge this only.

Hi guys, I just faced the same issue. Default SPI not works ```cpp #define TFT_CS 10 #define TFT_RST 9 #define TFT_DC 8 Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RST); ``` But...