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

Closed
opened 2026-04-05 17:52:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @unlogisch04 on 5/1/2024

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

*Originally created by @unlogisch04 on 5/1/2024* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#194