Bug 217842 - [NEW PORT] devel/arduinoOTA: OTA Updater for Arduino boards and ESP8266
Summary: [NEW PORT] devel/arduinoOTA: OTA Updater for Arduino boards and ESP8266
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-16 14:02 UTC by Kyle Evans
Modified: 2017-03-19 22:09 UTC (History)
1 user (show)

See Also:


Attachments
shar(1) archive of devel/arduinoOTA (1.80 KB, text/plain)
2017-03-16 14:02 UTC, Kyle Evans
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Evans freebsd_committer freebsd_triage 2017-03-16 14:02:53 UTC
Created attachment 180877 [details]
shar(1) archive of devel/arduinoOTA

devel/arduinoOTA when combined with a sketch taking advantage of the ArduinoOTA library (https://github.com/esp8266/Arduino/tree/master/libraries/ArduinoOTA) allows performing updates OTA (wifi/ethernet)

This may be utilized standalone or in conjunction with a 1.8.x IDE if desired. A devel/arduino16 update to 1.8.x is planned when 1.8.2 gets released (hopefully soon), since this version incorporates my platform patches.

Looked over with: portlint -cACN
Tested with: Poudriere (11amd64)
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2017-03-16 14:04:30 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-03-19 22:08:28 UTC
A commit references this bug:

Author: bsam
Date: Sun Mar 19 22:07:49 UTC 2017
New revision: 436513
URL: https://svnweb.freebsd.org/changeset/ports/436513

Log:
  Tool for performing OTA updates on Arduino boards and the ESP8266.

  WWW: https://www.arduino.cc

  PR:		217842
  Submitted by:	bsdports@kyle-evans.net

Changes:
  head/devel/Makefile
  head/devel/arduinoOTA/
  head/devel/arduinoOTA/Makefile
  head/devel/arduinoOTA/distinfo
  head/devel/arduinoOTA/pkg-descr
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2017-03-19 22:09:49 UTC
Committed, thanks.