Thomas Sarlandie

Results 98 comments of Thomas Sarlandie

Proposed changelog: * v1 to v2.0.0: Added ability to switch the `ApolloProvider` to use. This enables use of this library with components that use the unofficial [apollo-hooks library](https://github.com/trojanowski/react-apollo-hooks). This was...

This [forum post](https://community.particle.io/t/eagle-library-for-boron-footprint/48710) pointed me in the right direction. The boron symbol and footprint are part of the `Particle-Devices.lbr` file (included in this repository).

@guiaramos I believe with your solution each test file will redrop and recreate the database completely. This might take a bit of time. Instead, you can define a `globalSetup` to...

@ginachoi not using seeds - sorry.

@BenGrandin this solution works but the migrations will be executed once for each test file. If you have many test files, this slows down everything considerably.

Also tested with 0.6.0-rc9. Same behavior.

@ronzeiller Have you tried connecting to port 10110 via TCP? Sorry if this is not explicit enough in the documentation but that is the port for raw NMEA data.

> Now I just have to find out again why only NMEA for engine battery is sent (not the supply voltage), when config is like this: Smells like a bug...

Do you have the latest version of the WiFi firmware? Can you add a debug message here: https://github.com/sarfata/kbox-firmware/blob/master/src/esp/main.cpp#L187 To print: - `len` - `kr.getKommandIdentifier()` - `kr.dataSize()` For example: DEBUG("Error details...