forked from fdu/ESP8266-Arduino-Lua
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit d4b7988
authored
Update lstrlib.c
Added import for lua standard libraries:
base (tostring(), `tonumber(), etc.)
math
table (insert(), sort(), remove(), ...)
string (len(), match(), ...)
Replaced print() function with the original version modified with Serial1 parent 785b082 commit d4b7988
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1579 | 1579 |
| |
1580 | 1580 |
| |
1581 | 1581 |
| |
1582 | + | ||
1582 | 1583 |
| |
1583 | 1584 |
| |
1584 | 1585 |
|
0 commit comments