In the canned meaage sector, there is an example using ttgo with rotary encoder It's a 5 pin device, define as following B o --- o PRESS GND o | | A o --- o GND In the example, it use 3 GPIO to read out encoder and the push button TTGO LoRa V1: A - GPIO-22 B - GPIO-23 PRESS - GPIO-21 for the SW setting, it seems clear, but when I try to config, it's alittle confusing. 1. I have a TTGO lora32 V2 (I guess, it's an old board, not much doc remain on their site), it works with Lilygo T-lora 1.3-2.0. I first tried to pins on 22/23/21, it did not work, since it's has been used by IIC OLED, I ended up suing GPIO 13/15/4 as A/B and PRESS(but by accident, I plug into02 and 15, this work with this setting) For the SW setting, if you use web client, there is no place to set the canned message. 1st setting: enable both module enabled and Rotary encoder #1 enabled.(there are some setting below about rotary encode ) 2. config use pins to define what GPIO to connect, and then it...