JB (DevGW)
JB (DevGW)
Same using Arduino 1.0.3 ... I noticed on your blog back in Nov. you mentioned needing to fix this ... did that ever get done and just not updated on...
@seowcy I have a pull request in that fixes this issue and is working on 1.0.1 and 1.5.2 ... I don't know if this is being maintained any more so...
for sensornet to compile, you will need to download all the libraries from maniacbug that are included in the top of the .ino ... ``` #include #include #include ```
if anyone wants to add twitter support just replace: ` ` with: `Tweets by `
This should be expected behavior. on iOS: - (void)pickerView:(UIPickerView *)thePickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component { } does not happen until the picker stops moving... I'm assuming it's the same in Android (but...
Also having this problem on both Mac and windows. When this occurs there is text flashed at the top of the window that say "Loading" not sure if this can...
any progress on this one?
any update on this? I'm having a very similar problem see issue #254
Has anyone solved this yet?
What specifically did you add or change? given your implementation of your data is different from mine I cannot see the change you made to fix.