You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a version for the M5STACK with my esp development environment. I have the latest versions of all tools and source code (I hope ...).
When I use redis.lua I get the following exeption:
I connect to my home WiFi network. After I get a connection (net.connected() == true) I do
client = redis.connect{host = '192.168.1.3', port = 6379}. The the exeption occures.
Hello all!
I created a version for the M5STACK with my esp development environment. I have the latest versions of all tools and source code (I hope ...).
When I use redis.lua I get the following exeption:
I connect to my home WiFi network. After I get a connection (net.connected() == true) I do
client = redis.connect{host = '192.168.1.3', port = 6379}. The the exeption occures.
I use:
Ubuntu 18.04LTS
crosstool-ng-1.22.0-80-g6c4433a
Lua-rtos * master e226731 [origin/master]
Lua RTOS beta 0.1. Copyright (C) 2015 - 2018 whitecatboard.org
build 1574157211
commit e226731
REDIS: redis-lua 2.0.5-dev
I have attached the Lua code of the application. Please note: the code is generatet by my p+ tool.
remote.zip
I do not understand the Lua-RTOS enough to find such a issue. Can someone help me?
The text was updated successfully, but these errors were encountered: