-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Idea] Consider drop down menu based on chip name #81
Comments
I am willing to use standard names, where can I get them ? |
The "chip_name" names as shown before are from the espressif tool As you can see there are many different types of chips even for a simple esp32. I suggest to use the test pattern names as "standard" per chip type. |
That makes sense, I wonder if it is easy to find the chip used in all the boards already listed |
You'll have to make some assumptions. Users will make issues if they find the chip is wrong. From what I can see most of them are "ESP32". If you see a C3 in the name it's "ESP32-C3", S2 = "ESP32-S2", S3 = "ESP32-S3", 8266 = "ESP8266" |
I am considering adding the options for the users to see boards in the menu by chip names or by board names (sorted and in sub level menus). |
Just to help out here, I can tell you that the TinyPICO V3 and TinyPICO Nano boards both use the ESP32 PICO-D4 chip. |
One other additional suggestion here might be to make the drop down list Font size about half the size that it currently is, so that more boards can fit on the screen when the list is shown. |
With ever growing amount of supported dev boards the drop down list becomes a little unusable. Consider adding a
chip
field pair to the boards.json file to selectively show chip based drop down list.A starting point could be the used names in esptool (and Tasmota ;-). For version 4.7.0 I extracted the below list:
Going over the above list from top to bottom allows to fall back to all ESP32 boards.
The text was updated successfully, but these errors were encountered: