Closed freynder closed 7 years ago
Thanks a lot for PR!
You're welcome, I'm glad I can contribute something.
Do you have any ideas as for the https://github.com/platformio/platform-atmelavr/issues/44?
I see a few different report about Wire & 1-Wire that project works with Arduino IDE but doesn't work with PIO :(
Not really. I will try and reproduce it with a dallas onewire sensor later today.
Thanks! If we fix that issue, I'll release a new version of dev platform.
I tested with a Dallas DS18B20 temperature sensor which depends on OneWire with a pro8MHzatmega328 board, but could not reproduce the issue. Behavior is identical in Arduino IDE and PlatformIO. Unfortunately I do not have a nano device and sensor to reproduce correctly.
On Sat, Apr 15, 2017 at 11:32 AM, Ivan Kravets notifications@github.com wrote:
Thanks! If we fix that issue, I'll release a new version of dev platform.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/platformio/platform-atmelavr/pull/45#issuecomment-294282641, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-eRwQ7Hagz7yWXQUijN66DauzqjwBiks5rwI7KgaJpZM4M-Lbr .
@freynder Thanks a lot for your test!
Support net:host:port upload port as it is supported by avrdude. See http://www.nongnu.org/avrdude/user-manual/avrdude_4.html#Option-Descriptions "-P port" description. See https://community.platformio.org/t/flash-via-tcp-to-uart-bridge/880/7 for the discussion