phoddie / node-red-mcu

Node-RED for microcontrollers
124 stars 18 forks source link

Fixed I2C can't connect #102

Closed NW-Lab closed 1 year ago

NW-Lab commented 1 year ago

Fixed I2C not connecting when using an I2C node, showing "[object Object]" in the xsbug log.

phoddie commented 1 year ago

Oops. That's definitely incorrect. Thank you!

It looks like a mistake that snuck in with the recent repository reorganization. I checked the others. It looks like the RTC (clock) is also incorrect. I corrected that and made a small adjustment to I2C to avoid possible conflict with other modules that use an "i2c" module specifier.