Support for NodeMCU-firmware 3.X
marcelstoer opened this issue · 9 comments
As per https://stackoverflow.com/a/57845719/131929 the latest NodeMCU 2.2.x -> 3.0 upgrade broke the fetchDeviceInfo()
function. node.info()
now works differently as per https://nodemcu.readthedocs.io/en/latest/modules/node/#nodeinfo.
Hi @marcelstoer ,
the issue seems only be related to the nodemcu-firmware >= 2.x.
i will check if it's possible to add some other kind of "detection"
the issue seems only be related to the nodemcu-firmware >= 2.x.
Yes. That's why I think the title of this issue is now wrong.
not really... nodemcu-firmware is on 2.2.1 which causes the issue..
We are both right - kind of. As I said we upgraded to SDK 3.0 i.e. we snapped our dev
branch back to master
just 2d ago. However, the release tag and the notes are pending. Will have to do that later today.
The issue described here is not present in 2.2.1 but only in 3.0 that is currently on dev
and master
.
ok sry my fault.
fixed within the master branch - projected for 3.1.0
Anticipated timeframe? This still seems to be unchanged in npm and trying to build is causing headaches personally.
i didn't noticed that there is a stable release of 3.x out - i'll release the changes asap
tagged 3.1.0 and published to npm