neoagent 2.1.18-beta.44 → 2.1.18-beta.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/hardware.md
CHANGED
|
@@ -7,28 +7,5 @@ sidebar_label: Waveshare 1.8inch AMOLED
|
|
|
7
7
|
|
|
8
8
|
Use this only if you want to build or flash this board:
|
|
9
9
|
|
|
10
|
-
Waveshare ESP32-S3 1.8inch AMOLED Touch Display Dev Board
|
|
10
|
+
Waveshare ESP32-S3 1.8inch AMOLED Touch Display Dev Board
|
|
11
11
|
|
|
12
|
-
When working on this ESP-IDF wearable target, keep generated artifacts out of version control.
|
|
13
|
-
|
|
14
|
-
## What Is Ignored
|
|
15
|
-
|
|
16
|
-
The root ignore config excludes generated files under `firmware/**`:
|
|
17
|
-
|
|
18
|
-
- `build/`
|
|
19
|
-
- `managed_components/`
|
|
20
|
-
- `sdkconfig`
|
|
21
|
-
- `sdkconfig.old`
|
|
22
|
-
- `dependencies.lock`
|
|
23
|
-
|
|
24
|
-
## Why
|
|
25
|
-
|
|
26
|
-
This keeps `git status` focused on real wearable source changes instead of local build output.
|
|
27
|
-
|
|
28
|
-
## Verify
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
git ls-files --others --exclude-standard firmware
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
You should only see actual project files you intend to track.
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"425cfb54d01a9472b3e81d9e76fd63a4a44cfb
|
|
|
37
37
|
|
|
38
38
|
_flutter.loader.load({
|
|
39
39
|
serviceWorkerSettings: {
|
|
40
|
-
serviceWorkerVersion: "
|
|
40
|
+
serviceWorkerVersion: "2891825923" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
|
41
41
|
}
|
|
42
42
|
});
|