GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. tgpa123
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by tgpa123

    • T

      Disable Updates when editing a field

      Wishlist
      • • • tgpa123
      4
      0
      Votes
      4
      Posts
      534
      Views

      K

      @tgpa123 I understand.

      In my opinion, this is not a very transparent user feature - updating field from another source, while user is typing in the same field.

      I will put this on hold for now. If there should be a need for this feature in the future, I will consider it again.

      Best regards,
      Klemen

    • T

      Text Input On BLE, problems with more than 14 characters

      Report Bugs
      • • • tgpa123
      8
      0
      Votes
      8
      Posts
      693
      Views

      K

      @tgpa123 Hi.

      I tested this on my device with ESP32 and can send longer data than 20 bytes. It seems that the server and client negotiate a larger MTU value in my case.

      Nevertheless, I can chunk the data so that there is never more than 20 bytes by default. So, for messages greater than 20 bytes, multiple packets will be sent. Of course, the last packet will still be terminated with CRLF.

      Regards,
      Klemen

    • T

      Character Limits on Text Input Fields

      Wishlist
      • • • tgpa123
      3
      0
      Votes
      3
      Posts
      215
      Views

      T

      @kl3m3n Excellent, I look forward to it!