baconcheese113
baconcheese113
Okay, I found the reason that `hasService` is returning false. I'm using a 128-bit UUID extended from a 16-bit uuid: `0000181a-0000-1000-8000-00805f9b34fb` This is a [BLE Assigned Number](https://www.bluetooth.com/specifications/assigned-numbers/) and `181a` is...
Running into the same issue, have you found a workaround yet? My logs from nRF Connect: ``` 22:10:39>Connecting to 22:10:39>gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE, preferred PHY = LE 1M)...
I isolated my issue down to `BLE.advertise()` not also allowing service discovery by peripherals Not sure why, but calling `BLE.available()` every loop cycle allowed services to be discovered
Should be resolved by #18
@fbergmann I've been struggling to build a wasm-compatible .a archive from libsbml over the past couple days. If you get a chance, could you help ensure libSBML’s CMakeLists.txt supports static-only...
@fbergmann Thanks! I'm currently using emcc 4.0.8, however I'd be happy to downgrade if you run into any trouble building with emcc v4
@luciansmith I actually gave libsbmljs a try, but ran into a number of issues getting the Gradle build working. It seems to rely on several legacy tools and build assumptions...
Exciting to hear! Is signing the installer going to be a problem?
Can this be automatically released with new versions? @Kissaki's version is stale on 1.99.13 https://winstall.app/apps/webosbrew.webOSDevManager
Able to get it to work by disabling caching ```yml # - name: Gradle cache # uses: gradle/[email protected] # - name: AVD cache # uses: actions/[email protected] # id: avd-cache #...