Difference Between MicroPython ESP8266 and ESP32? #16371
Closed
Jibun-no-Kage
started this conversation in
General
Replies: 2 comments
-
The 8266 is a much smaller part in terms of flash and ram. As such by default it has a number of internal features disabled to save on resource usage. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool that would explain it. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In ESP32 MP I can do...
In ESP8266 I get...
This difference by design or intent? Working on code that is pretty much generic across ESP32 and ESP8266, there are some differences to be sure, but this one just seemed odd.
Beta Was this translation helpful? Give feedback.
All reactions