SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs
Apache License 2.0
798 stars 274 forks source link

fshelper: fixed ESP8266 regression caused by abstracting FS access #321 #328

Closed unlogisch04 closed 2 months ago

unlogisch04 commented 2 months ago

This is fixing ESP8266 calibration storage which seems to be broken since https://github.com/SlimeVR/SlimeVR-Tracker-ESP/pull/319

Use open to check if it is a directory or not as on ESP32.

As requested in comments in https://github.com/SlimeVR/SlimeVR-Tracker-ESP/pull/321

unlogisch04 commented 2 months ago

@l0ud your ok with that?

TheDevMinerTV commented 2 months ago

I greatly prefer this over l0ud's solution.