-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please help me #1
Comments
Hi, I'd recommend putting some logging in the code to see at which point it's failing. In the C code of the Pebble app, you can do: APP_LOG(APP_LOG_LEVEL_DEBUG, "Log this"); In the PebbleKit JS you can do: console.log("Log this"); Then connect to the Pebble with logs and try to find out where it's failing. |
Hi.I have not code. I just run nc -k -l 0.0.0.0 1337 (netcat as server on port 1337) or on windows run nc -l -p 1337. I think ControlR-for-Pebble app don't break command.
Hi,I'd recommend putting some logging in the code to see at which point it's failing.In the C code of the Pebble app, you can do:APP_LOG(APP_LOG_LEVEL_DEBUG, "Log this");In the PebbleKit JS you can do:console.log("Log this");Then connect to the Pebble with logs and try to find out where it's failing.— |
Here is my code, can you help me: While True
Hi,I'd recommend putting some logging in the code to see at which point it's failing.In the C code of the Pebble app, you can do:APP_LOG(APP_LOG_LEVEL_DEBUG, "Log this");In the PebbleKit JS you can do:console.log("Log this");Then connect to the Pebble with logs and try to find out where it's failing.— |
I have resolved the problem.This is Program help pebble control runing on windows.
Hi,I'd recommend putting some logging in the code to see at which point it's failing.In the C code of the Pebble app, you can do:APP_LOG(APP_LOG_LEVEL_DEBUG, "Log this");In the PebbleKit JS you can do:console.log("Log this");Then connect to the Pebble with logs and try to find out where it's failing.— |
GET /api/values/3 HTTP/1.1
Host: 192.169.6.202:1337
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-P920 Build/ICS) Appl
eWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
X-Wap-Profile: http://gsm.lge.com/html/gsm/P920-M3-D2-ICS.xml
Accept-Encoding: gzip,deflate
Accept-Language: en-US
Accept-Charset: utf-8, iso-8859-1, utf-16, ;q=0.7
Accept: */
The text was updated successfully, but these errors were encountered: