Large documents in persistant memory
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 35/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- arduino, cpp
- 領域
- embedded-iot
調査の方向性
まず、issue に記載されている ESP-IDF NVS フラッシュのサイズ制限と、mgui_init() 周辺のドキュメント読み込み経路を確認します。リモートからアップロードされた GUI ドキュメントがどのように保存されるかを特定し、ハードコードされたスケッチに依存せずに 4000 バイトを超えるドキュメントを保存してリモートで使用できることを完了条件として定義します。
索引モデルが issue の本文から書いたものです。
説明
After implementing #12 it was discovered that larger GUI documents could not be stored in the persistant flash memory. This is due to a known limitation:
String values are currently limited to 4000 bytes. This includes the null terminator. Blob values are limited to 508,000 bytes or 97.6% of the partition size - 4000 bytes, whichever is lower.
This means that larger GUI documents than 4000 bytes are not going to be able to be stored upon uploading remotely.
The workaround for this is to hard-code the large GUI when compiling a sketch, and passing it to mgui_init().
This limitation is not necessarily a big issue that needs to be solved, but it could be a good idea to implement a smart workaround for this so that the user gets a better experience using MicroGUI.
- 主要言語
- C++
- スター
- 5
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
microgui/MicroGUI-Embedded のほかの issue
-
Fix alignment オープンgood first issue
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
microgui/MicroGUI-Embedded#17 · コメント 1 件 ·
-
Implement WiFi scan オープンenhancement good first issue
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
microgui/MicroGUI-Embedded#14 · コメント 2 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 32/100
-
enhancement good first issue help wanted
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
microgui/MicroGUI-Embedded の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
good first issue
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
ros2/message_filters#338 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
subsurface/subsurface#4984 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google-ai-edge/LiteRT-LM#3739 ·