Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

起動画面を表示する #250

Open
meganetaaan opened this issue Apr 5, 2024 · 0 comments
Open

起動画面を表示する #250

meganetaaan opened this issue Apr 5, 2024 · 0 comments

Comments

@meganetaaan
Copy link
Collaborator

既存の機能に問題がある場合、その説明

スタックチャンは起動時に以下の処理を実行します

  1. SSIDが設定されている場合、Wi-Fiに接続する
  2. 設定を読み出してサーボのドライバやTTSのクラスを初期化する
  3. ロボットのクラスを初期化する

1の接続には数秒かかり、さらにWi-Fiが見つからない場合はタイムアウトまで数十秒かかります。この間画面にはなにも表示されていません。
2, 3で例外が発生した場合、画面になにも表示されず再起動を繰り返します。

これらの内部処理は現在、デバッガを繋いでログを見ないと確認できず、特に初心者の方にとって分かりづらくなっています。

あなたが望む解決策

上記の状態や例外発生をわかりやすく伝えるために、スタックチャンの起動画面を表示したいです。

  • 「Wi-Fiに接続中」などの状態がわかる
  • 例外が発生した場合、その内容がわかる

検討した代替案

その他

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant