EdJoPaTo
EdJoPaTo
Yeah… sadly [editMessageReplyMarkup](https://core.telegram.org/bots/api#editmessagereplymarkup) does not work for us… So we have probably only these two ways of which you used the second one: - Send the `ReplyKeyboardRemove` on messages that...
I think we cant do anything here to fix it as it would require some other feature of the Telegram API. It might be helpful to leave this open so...
We should make sure to not explain too much about the bot server itself and only refer to its documentation (or provide improvements to it on their side). Running it...
How about statically hosting examples with predefined bot usernames? This exact source code runs as `@whateverbot` and its kinda done? If all examples get their token via environment its pretty...
Can you recreate this with PubSubClient directly (= without EspMQTTClient)? It doesn't seem like its related to this library directly to me…
Is this also an issue with the PubSubClient library directly? This library uses it for MQTT handling so I would assume this might be an issue over there. --- Looking...
you can enable `client.enableDebuggingMessages()` in the setup which shows the received and published MQTT messages via Serial
Should this also remove the method to enable debug messages? I would keep the internal variable for simplicity reasons but the public interface of it would be prone to mistakes...
I do not use an iOS Beta currently and its up to date with the following version: iOS 16.4.1 (a) (20E772520a) Its also that way for some time so I...
Just tried to recreate the situation: it does not error anymore and just reopens the database. On the downside the entry selected before isnt open anymore as the database reopens...