BLE Library 개선 Update: N. Kolban의 esp32-snippets 프로젝트의 91e1571 까지 반영 API 변경 BLEAdvertising::intervalMaxMSecs → BLEAdvertising::setMaxIntervalMicros() BLEAdvertising::intervalMinMSecs → BLEAdvertising::setMinIntervalMicros() BLEAdvertising::appearance […]
Core Library Update: 0.10.13
Bluetooth Scan 옵션 추가 BLEScan::start() 사용시 스캔된 장치가 너무 많아 메모리 부족 현상이 발생할 수 있어, 스캔된 장치가 일정 수 […]