Vikas Chandra
Vikas Chandra
@MoElnaggar14 I was facing the same issue. It turns out you need to create a stored property and make it point to the Chart object you created. It was rendering...
Hi @francofantillo We are in the process of updating our library and apps to support iOS 15 and Xcode 13. We will update you in this thread, once we push...
@francofantillo @ChaossAdept7 @m-shahbaz-naeem We have fixed the compilation issue and pushed an update to the library. Please update your ESPProvision SDK to version 2.0.14. Thanks.
@TomMettam , thanks for the feedback. Starting from now we will mention the supported Xcode version in our release note. If you are working with older Xcode I suggest switching...
Hi @Frederik-VP, yes user has to manually enter the password for the selected SSID in order to provision the device. This information is delivered to the device and there is...
HI @einfochips1, thanks for the feedback. Yes, peripheral is not accessible outside the library to keep the handling of BLE devices private to the library and avoid any discontinuity. However,...
> Hi @vikas-chandra-mnnit Thanks for the reply. DO you mean , something like this: let data: Data = "FEE2".data(using: .utf8)! //FEE2 is characteristic UUID connectedDevice?.sendData(path: "", data: data, completionHandler: {data,error...
Hi @mevdev, I understand your frustration. The reason we have not made peripheral object public is that we have certain callbacks in SDK that we trigger when some set of...
Hi @CescG, Thank you for reaching out and submitting your feature request. We will carefully assess the requirements and devise a suitable solution. Expect us to provide further details, including...
Hi @benrudhart, provision API sends information on success, failure, and when WI-FI configuration is applied successfully on the device. For more detailed usage of this API, kindly refer to the...