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

preliminary support for ESP32 (e.g. LOLIN32 Lite) #47

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

Spiritdude
Copy link
Contributor

NodeMCU for ESP32 (dev-esp32) lacks node.info() which is used to determine NodeMCU firmware on the ESP device, this patch stills keeps probing node.info(), if it fails it tries to probe node.chipid() and if the response is hex with prefix '0x' then it's very likely an ESP32, and then I set the data as far I know (no flashID or flashsize etc).

Result is, nodemcu-tool recognizes the ESP32 device and upload works. I added a new field 'arch' which contains 'esp8266' or 'esp32'.

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

Successfully merging this pull request may close these issues.

2 participants