Skip to content
Snippets Groups Projects
  1. Oct 26, 2023
  2. Oct 22, 2023
    • Rob Swindell's avatar
      Don't log an error if there's no dsts.ini or dsts.dab file · eb892357
      Rob Swindell authored
      In a fresh install, neither of these files would exist, and that's normal,
      so getstats() should just return true in that case (with the stats struct
      zeroed-out).
      
      Fixes error during login to a new install reported by Zoltán Gábor on
      Facebook.
      eb892357
  3. Oct 21, 2023
  4. Oct 17, 2023
    • Rob Swindell's avatar
      Implement write-retry in modem_send() · eec4167a
      Rob Swindell authored
      In attempt to address the "Error 11" (EAGAIN) error theat Nelgin sees when
      configuring some longer modem init strings on Linux.
      
      This is just a single retry (after a yield) after any modem command char
      send failure (for any reason), including the terminating carriage-return.
      
      See issue #662 to details.
      eec4167a
  5. Sep 28, 2023
  6. Sep 26, 2023
  7. Sep 25, 2023
  8. Sep 24, 2023
Loading