ivan baktsheev

Results 20 issues of ivan baktsheev

On macOS, bluetooth MAC address is unavailable until successful connect. To do so, I need external software. This commit allows to use `peripheral.id` for connection. Methods copied from https://github.com/hannseman/homebridge-mi-hygrothermograph/

Hi, I tried to compile firmware, but receive some strange errors: ``` Error: Command failed: /Users/apla/Library/Application Support/Brackets/extensions/user/brackets-arduino/build/GCodes.cpp: In member function 'void GCodes::Init()': /Users/apla/Library/Application Support/Brackets/extensions/user/brackets-arduino/build/GCodes.cpp:59:16: error: assigning to an array from...

- [ ] installation - [ ] post-install ([link1](https://github.com/arduino/Arduino/blob/master/arduino-core/src/processing/app/Platform.java#L204)) - [x] ignore for earlier Arduino IDE versions - [x] add avr tools (`avr-gcc`, `avrdude`) automatically from hardware/tools/avr

Arduino is actually a specification. Workflow as see-the-source spec: 1. [ ] all `.ino`/`.pde` is concatenated together (not sure about feature usability) 2. [x] resulting file is preprocessed (insert `#include...

**cli precondition:** cuwire is called with `upload` or `console` command along with `board` option but no `port` option. and User has either: - one mcu board with native USB plugged...

iOS have cloud-synced cloud storage. It is useful to mark some preferences cloud synced. [SO](http://stackoverflow.com/questions/14804515/how-do-ubiquity-containers-work-between-ios-and-mac-os-x-apps), [Apple Ubiquity](https://developer.apple.com/library/mac/documentation/General/Conceptual/iCloudDesignGuide/Chapters/iCloudFundametals.html) Android Drive API allows [almost the same](https://developers.google.com/drive/android/appfolder) Windows have [roaming settings](https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.applicationdata.roamingsettings.aspx)

If platform supports native preference pane, show it. Otherwise, display HTML form For Android and iOS return to app from preference pane generates cordova `resume` event. This is unsupported for...

you can help