kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
642 stars 38 forks source link

adding the device uid on global scope #615

Closed albertd closed 1 year ago

communix commented 1 year ago

Thank you for your contribution and let me update add uid in the document.

communix commented 1 year ago

@albertd, I think uid is board specific feature. So I moved it into board object. please change your code from uid to board.uid.