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

Implement feature restrictions based on ESP Flash ROM #4

Open
aeakin1 opened this issue Sep 10, 2019 · 0 comments
Open

Implement feature restrictions based on ESP Flash ROM #4

aeakin1 opened this issue Sep 10, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@aeakin1
Copy link
Contributor

aeakin1 commented Sep 10, 2019

Ideally we should be able to detect the type of board in use and adapt the available features based on the board's resources

  • ESP01-S has 1MB or 512kB
  • ESP12 has 4MB

Initial thoughts
512k model to ONLY do outbound feeds (MQTT/JSON)
1MB model do outbound feeds and data logging
ESP12E/F to do both plus in place upgrades

@aeakin1 aeakin1 added the enhancement New feature or request label Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant