Results 14 comments of Sylvain Migaud

Whooo, first of all, thanks a lot for taking the time to review my request I really appreciate your feedback and I'm going to take the opportunity and try to...

Hi Valentin, So I tried to take into account your remarks and include the XKCD naming scheme in a similar fashion to the web color. It's still incomplete and it's...

Hi Valentin, I just wanted to check with you if you had the time to get a look at the modifications I made to the request? Regards, Sylvain

Concerning the documentation, I agree it was necessary, here it is : https://github.com/meshtastic/meshtastic/pull/1283 I'm trusting your judgement on the naming, especially since Chatter V1.0 is now explicitly stated in the...

(Writing the doc made me notice that for Chatter V2 owners, having the button register two different event each time it's pressed might cause issues, removing the USER_BUTTON mapping should...

I the destination field but couldn't manage to select it and change it. How do you add a node to your "contacts"? If you managed to do it, I think...

@eureekasigns It's the same for me ! Do you know if there's some kind of contact list you need to add the nodes to ? I couldn't find the option...

Yes, I've been looking at the code a bit more and it's definitely possible, I'll try to add that and complete the documentation as soon as I have a bit...

It's now possible to select a destination by pressing TAB (SHIFT then BACKSPACE) to focus on the destination field and then cycle through possible contacts with RIGHT. It is not...

@eureekasigns , have you tried pressing twice on TAB ? Because of [this ](https://github.com/meshtastic/firmware/blob/62b310ac5c868075ef08e4670e2c53a4726cfd43/src/modules/CannedMessageModule.cpp#L584): ``` if (this->destSelect == CANNED_MESSAGE_DESTINATION_TYPE_CHANNEL) { this->destSelect = CANNED_MESSAGE_DESTINATION_TYPE_NONE; } else if (this->destSelect == CANNED_MESSAGE_DESTINATION_TYPE_NODE) {...