-
Notifications
You must be signed in to change notification settings - Fork 93
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
small fixes to framework to be able to compile with sdcc 3.5.0 #21
base: master
Are you sure you want to change the base?
Conversation
Hi Timm, |
Sure - if you want, I can give you a minimal diff to fix the non-matching function declarations (static vs. non-static). This way, only actually wrong declarations are fixed and the code could be compiled with sdcc 3.5.0 by removing the joystick app. |
That would be great Timm. On Wed, Jun 1, 2016 at 5:29 PM, Timm Korte [email protected] wrote:
John Stevens |
… reached via bluetooth
…tending the sent msg with a uint32 delay value
…respect the break_flag...
… timestamp calculations auto-wrap (1 - MAXINT32 = 2). Add different macro for waitDoingServices without break flag to get rid of unreachable code.
…n packets are missed
Hi everybody, |
Hi Moimeme,
The sleeping of the HM-1x module can upset some Android phones. You can tell xBridge2 to keep it powered on if this is a problem, but battery life will be impacted. Unfortunately, this setting and the LED setting must be set through a terminal connected to the wixel. A future version will allow these settings to be at from xDrip. Hope this helps. ---- KARIM AZZAZ wrote ----
|
Hi John, Thank you very much for your help! Kindest regards, |
Hi Moimeme, You will not need to change the battery you have, unless you want longer On Sun, Jul 17, 2016 at 4:45 AM, KARIM AZZAZ [email protected]
John Stevens |
Hi John, Thank you very much! |
Hi, My main focus in creating xBridge2 and the xDrip Pebble watch face was to ensure I could have my blood glucose readings on my wrist without the need for internet and cloud. ---- KARIM AZZAZ wrote ----
|
Hi John, Best, |
No. It is not possible to run a Pebble watch face on an Android wear watch. ---- KARIM AZZAZ wrote ----
|
What is the status of capture packets queue? I have built a new xbridge and really need this feature. |
Hi Tzachi, |
Good to see that you are back with the community (although sad to hear that you are out of a job). By the way, Issac, is working on a new board that should be much better than the wixel. He already have a prototype, and should have something better soon. Tzachi |
Some modifications from the most up-to-date original wixel-sdk in order to compile with sdcc 3.5.0.
The original current wixel-sdk compiles with sdcc 3.5.0 without issues.