Josh Stewart

Results 12 issues of Josh Stewart

Firstly fantastic work with this library! It's a great implementation. I'm writing a logger routine using Teensy 3.5 that is fairly time critical and so I'm using the SDIO FIFO...

PlatformIO Remote is a fantastic utility and something I use extensively for on hardware testing by including it in my CI/CD pipeline. For this to work requires the Remote to...

feature
remote

**OS:** MacOS 10.15.3 **GPMDP Version:** 4.7.1 **Issue Descriptions:** If I'm casting music (In my case to a Chromecast Audio, but not sure if the device I'm casting to makes a...

The `eeprom_clear` example turns on the pin 13 LED when it's complete, however it doesn't set the pinMode as output first, so (at least on a Teensy 4.1) the LED...

### PROBLEM I recently updated my SIP installation (Including OS level) and noticed that the revision and revision date in the bottom right corner were not being updated correctly. Checking...

Calling `sd.begin()` on a Teensy 4.1 without a card present appears to take 2 seconds before it times out and the call returns. Compare this to a Teensy 3.5 where...

The soft launch absolute timing setting allows for negative advance values (S08 in the ini) however `correctionSoftLaunch()` uses a byte to store the temporary value. Need to review all ignition...

bug

Currently the README and documentation states to use `lib_deps = fishwaldo/ghota@^1.0.0` for PlatformIO, however the only version published to the PlatformIO repository is `0.0.1`. Would it be possible to have...

Currently the only way to adjust the available EEPROM size is to directly edit the core `eeprom.h` file directly. This makes sharing code that needs to adjust this difficult as...

Currently for oddfire engines, the individual cylinder angles only change the ignition timing and have effect on the injection angles.

enhancement