kopia lustrzana https://github.com/micropython/micropython-lib
machine: Add unique_id() placeholder.
Returns static, non-unique placeholder so far.pull/81/head
rodzic
f1a65bc68b
commit
397a05683a
|
@ -1 +1,4 @@
|
||||||
from .timer import *
|
from .timer import *
|
||||||
|
|
||||||
|
def unique_id():
|
||||||
|
return b"upy-non-unique"
|
||||||
|
|
Ładowanie…
Reference in New Issue