Skip to content
Snippets Groups Projects
  1. Jul 12, 2024
  2. Jun 26, 2024
  3. Jan 24, 2023
  4. Nov 14, 2022
  5. Nov 13, 2022
  6. Oct 16, 2022
  7. Oct 10, 2022
  8. Oct 09, 2022
  9. Jun 05, 2022
  10. May 11, 2022
  11. Apr 18, 2022
  12. Apr 04, 2022
  13. Apr 03, 2022
  14. Mar 01, 2022
  15. Feb 24, 2022
  16. Feb 20, 2022
  17. Feb 18, 2022
    • Kongduino's avatar
      Update at_cmd.cpp · df7a9f54
      Kongduino authored
      Updated the `at_query_p2p_config()` function so that the string displays the exact same configuration string as what the user sends. Right now, we pass BW as "125" for instance, but the query function sends back "0":
      
      ```
      AT+P2P=868000000:10:**125**:1:8:22
      OK
      AT+P2P=?
      +P2P:868000000:10:**0**:1:8:22
      OK
      ```
      
      I think it's better to output the same thing the user sends.
      Unverified
      df7a9f54
    • Bernd Giesecke's avatar
      Merge pull request #4 from Kongduino/main · eb6da00f
      Bernd Giesecke authored
      Fix AT-Commands.md
      @Kongduino 
      Thank you!
      Unverified
      eb6da00f
    • Kongduino's avatar
      AT-Commands.md · 6d0b0ddd
      Kongduino authored
      The paragraph about `AT+PTP` was a copy-paste of `AT+PCR`. Fixed that.
      Unverified
      6d0b0ddd
  18. Feb 16, 2022
Loading