Rotzbua

Results 141 comments of Rotzbua

Converted to draft until I have time and back into the php topic.

@cclegend90 It is just cleanup of obsolete code. The FCM v1 HTTP API (for native apps) is not the Push API (for browser) and not target of this library.

> $report->isSuccess() always returns true, even if the subscription has gone (because the user unsubscribed). `isSuccess()` is true if it was successful submitted and confirmed by the server. Is may...

If `web.push.apple.com` does still return a `201` and not a `410` status code then there is nothing what this library can do. If you unsubscribe correctly then it seems a...

> @Rotzbua I see you put a 👎 ... why? Because you think the bug report is (i) accurate? (ii) inaccurate? If inaccurate, could you say a few words about...

Would appreciate it if someone independent can check and confirm the change.

I tried to port it. Changes are in the actual library. But I never got it stable on a Wemos D1 mini. So you have to invest time for debug...

WDT reset with an older ESP-SDK, with newer not but randomly the dwm1000 drop connection or did not start up. Maybe my hardware/connection was not good. Another issue on this...

@andrespineda So in conclusion it works with a esp8266?

I have almost the same config. Sometimes I get no output or corrupted. The `ATMEGA32U4` need some startup time. My workaround: Add after `Serial.begin(9600);` a `while (!Serial);` or a `delay(5000);`.