|
@@ -1,3 +1,7 @@
|
|
|
|
|
+###current version: 0.1.0
|
|
|
|
|
+
|
|
|
|
|
+## Use firmware 1.5.1 ONLY: https://github.com/nodemcu/nodemcu-firmware/issues/719
|
|
|
|
|
+
|
|
|
## OSX ESP firmware build notes
|
|
## OSX ESP firmware build notes
|
|
|
|
|
|
|
|
`error: unknown type name 'ptrdiff_t'` when installing pass-2 core C compiler.
|
|
`error: unknown type name 'ptrdiff_t'` when installing pass-2 core C compiler.
|
|
@@ -24,6 +28,4 @@ To link external proprietary libraries add:
|
|
|
|
|
|
|
|
# other notes
|
|
# other notes
|
|
|
|
|
|
|
|
-RELEVANT - USE 1.5.1 ONLY: https://github.com/nodemcu/nodemcu-firmware/issues/719
|
|
|
|
|
-
|
|
|
|
|
-Building with default modules + debug causes luatool to fail with `'stdin:1: attempt to call field 'open' (a nil value)'` since it seems file.open isn't defined. Rebuilt with fewer modules + debug and file upload seems to work fine. Did the build... just run out of space and truncate the image?
|
|
|
|
|
|
|
+Building with default modules + debug causes luatool to fail with `'stdin:1: attempt to call field 'open' (a nil value)'` since it seems file.open isn't defined. Rebuilt with fewer modules + debug and file upload seems to work fine. Did the build... just run out of space and truncate the image?
|