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

WLAN access parameters to be editable through the LCD Keypad MMI #4

Open
dniklaus opened this issue Sep 12, 2014 · 1 comment
Open
Assignees

Comments

@dniklaus
Copy link
Contributor

dniklaus commented Sep 12, 2014

The WLAN access parameters (SSID and PASS) stored in the IVM serial EEPROM shall be editable through the LCD Keypad MMI.

Add a screen for editing these parameters:

    SSID: LintillaNet_
    PASS: AnswerIs42

Use LcdKeypad::setCursor() to mark the edit position on the display.

The LEFT and RIGHT buttons set the cursor position.

The UP and DOWN buttons change the character at the cursor position.

Definition of done

  • the parameters are
    • presented on the MMI display
    • editable

Difficulty Level

  • advanced

Benefit

  • product: Lintilla can be configured to connect to any WPA2 type WLAN during runtime
  • learning: OOP with C++
@dniklaus dniklaus changed the title WLAN access parameters to be editable through the LCD Keypad MMI. WLAN access parameters to be editable through the LCD Keypad MMI Sep 12, 2014
@dniklaus
Copy link
Contributor Author

@rudoerni: you can start with the implentation of this one.

@dniklaus dniklaus added the ready label Nov 25, 2015
@dniklaus dniklaus assigned dniklaus and unassigned rudoerni Nov 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants