Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 1a4b08a

Browse files
author
Daniel Campora
committed
esp32: Fix os.uname() crash on the LoPy4.
1 parent 3d556fb commit 1a4b08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/mods/moduos.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ STATIC const qstr os_uname_info_fields[] = {
229229
#if defined(LOPY) || defined(LOPY4) || defined(FIPY)
230230
,MP_QSTR_lorawan
231231
#endif
232-
#if defined(SIPY) || defined(FIPY)
232+
#if defined(SIPY) || defined(FIPY) || defined(LOPY4)
233233
,MP_QSTR_sigfox
234234
#endif
235235
};

0 commit comments

Comments
 (0)