1. 20 Feb, 2023 3 commits
    • Me No Dev's avatar
      Merge branch 'master' into release/v2.x · 0da8ecbc
      Me No Dev authored
      0da8ecbc
    • David McCurley's avatar
      WiFiUDP:parsePacket() Crashfix (#7847) · 6d64a3b6
      David McCurley authored
      * Update WiFiUdp.cpp
      
      * Update WiFiUdp.cpp
      6d64a3b6
    • Tomáš Pilný's avatar
      Fix for negative temp in Eddystone TLM; solving #7618 (#7791) · b8ea455f
      Tomáš Pilný authored
      * Changed data type of temperature
      
      * Changed data type in EddystoneTLM class and example
      
      * Revert "Changed data type in EddystoneTLM class and example"
      
      This reverts commit 1f3a9414ee13341f80bd6d51cdbd57254aadfe97.
      
      * Draft of Eddystone TLM example
      
      * Adds MACROs to convert beacon temperature 
      
      2 Macros
      EDDYSTONE_TEMP_U16_TO_FLOAT(tempU16)  - takes the TLM BigEndian 8.8 fixed point representation and returns its float value 
      EDDYSTONE_TEMP_FLOAT_TO_U16(tempFloat)  - takes a float (temperature) and returns its BigEndian 8.8 fixed point representation
      
      * Fixed temp
      
      * Changed to conform with PR comments
      
      * Fixed comment on closing bracket
      
      * Prints negative TEMP big endian as just 2 bytes
      
      * Extacts correct Eddyston Service Data
      
      * Fixes BLEEddystoneTLM::toString() negative temp
      
      * Fixes URL field length
      
      * Fixes Eddystone URL decoding
      
      * Fixes MSB for iBeacon UUID
      
      iBeacons use big endian BLE fields.
      
      * Fix to detect iBeacon that also has Service UUID
      
      This fix makes the BLE_iBeacon.ino to work correctly with the BLE_Beacon_Scanner.ino example
      
      ---------
      Co-authored-by: default avatarRodrigo Garcia <rodrigo.garcia@espressif.com>
      b8ea455f
  2. 15 Feb, 2023 8 commits
  3. 14 Feb, 2023 1 commit
  4. 13 Feb, 2023 5 commits
  5. 09 Feb, 2023 3 commits
  6. 08 Feb, 2023 9 commits
  7. 07 Feb, 2023 3 commits
  8. 06 Feb, 2023 8 commits