LMY

Results 33 issues of LMY

### Checklist - [X] I am using an up-to-date version. - [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/doc/index.md). - [X] I have searched existing [issues](https://github.com/TagStudioDev/TagStudio/issues). ### Description Automatically scan or capture...

Type: Enhancement

This issue is still a timing logic problem. My code is as follows: ``` #include #include #define ONE_WIRE_BUS 2 OneWire oneWire(ONE_WIRE_BUS); DallasTemperature sensors(&oneWire); void setup() { Serial.begin(9600); sensors.begin(); } void...

比如本地有很多pdf文档,能不能直接充当数据集来用呢?