wxsdmy
wxsdmy
When image changed with same url, the image widget doesn't download the new image. I don't want to clear the cache, because we want it to load the cache image...
…/RestoredState.swift:68:105: error: value of optional type 'CBPeripheral?' must be unwrapped to a value of type 'CBPeripheral' peripheral: RxCBPeripheral(peripheral: $0.service.peripheral)), ^ …/MultiplatformBleAdapter/iOS/RxBluetoothKit/RxCBCharacteristic.swift:59:52: error: value of optional type 'CBService?' must be unwrapped...
- (void)onEsptouchResultAddedWithResult:(ESPTouchResult *)result { NSString *bssid = result.bssid; NSString *ip = [ESP_NetUtil descriptionInetAddr4ByData:result.ipAddrData]; NSDictionary *resultDictionary = @{@"bssid": bssid, @"ip": ip}; // TODO(smaho): Verify is main queue would not be better....