Results 9 issues of Rainer Fritz

### Category Other ### Hardware Rak4631 ### Firmware Version 1.2.59 ### Description HopLim80 is not a valid value for example or WantAck8. A handling would be great for such situations....

bug
high-priority

Hi! Please add setPoolServerIP. Needed it my application. thx and BR Rainer

type: enhancement
topic: code

Hi! I am developing an App which connects to my ESP32 devices from Android and iOS. On Android I can only use the local name. The local name advertised seems...

Hi! In my application, I am getting the manifest as JSON object from my nodejs server. Currently I am using the esp-web-install-button, which is really awesome, thanks! Currently I could...

Hi! I try to get the library running on an RPi 3b+ with the 64bit OS headless. The board I am using is the waveshare board with SX1262 via SPI...

**Is your feature request related to a problem? Please describe.** On Android the communication is interrupted after a few minutes Minutes when the app (Ionic/React) is in background. This comes...

enhancement

Hi! TSDuck is really great tool and love to use it. Thx for all the work done! I want to use it to monitor the TS tables and specially there...

close pending

Hi! I am using the nordic uart service and characteristic UUID which is: ``` #define SERVICE_UUID "6E400001-B5A3-F393-E0A9-E50E24DCCA9E" // UART service UUID #define CHARACTERISTIC_UUID_RX "6E400002-B5A3-F393-E0A9-E50E24DCCA9E" #define CHARACTERISTIC_UUID_TX "6E400003-B5A3-F393-E0A9-E50E24DCCA9E" ``` With the...

Hi! It happens that there is only a '\r’ coming via serial. Could you please adapt the regex to: `/\r\n|\r|\n/` ? Othervise the line gets overwritten in the console. Thanks...