seven365-zyprinter 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -403,7 +403,7 @@ extension ZywellSDK: POSBLEManagerDelegate {
|
|
|
403
403
|
// Handle disconnection
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
public func
|
|
406
|
+
public func poSdidWriteValueForCharacteristic(_ character: CBCharacteristic!, error: Error!) {
|
|
407
407
|
DispatchQueue.main.async { [weak self] in
|
|
408
408
|
if let error = error {
|
|
409
409
|
self?.printCompletion?(false, error.localizedDescription)
|
package/package.json
CHANGED