Skip to content

Commit

Permalink
Merge pull request #7 from a7md0/dev2
Browse files Browse the repository at this point in the history
Switch build badge
  • Loading branch information
a7md0 authored Aug 22, 2023
2 parents ce44933 + 631ddfb commit e676bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WakeOnLan [![Build Status](https://travis-ci.com/a7md0/WakeOnLan.svg?branch=master)](https://travis-ci.com/a7md0/WakeOnLan) [![PlatformIO Registry](https://badges.registry.platformio.org/packages/a7md0/library/WakeOnLan.svg)](https://registry.platformio.org/libraries/a7md0/WakeOnLan) [![arduino-library-badge](https://www.ardu-badge.com/badge/WakeOnLan.svg?)](https://reference.arduino.cc/reference/en/libraries/wakeonlan)
# WakeOnLan [![Build Status](https://github.com/a7md0/WakeOnLan/actions/workflows/PlatformIO.yml/badge.svg)](https://github.com/a7md0/WakeOnLan/actions/workflows/PlatformIO.yml) [![PlatformIO Registry](https://badges.registry.platformio.org/packages/a7md0/library/WakeOnLan.svg)](https://registry.platformio.org/libraries/a7md0/WakeOnLan) [![arduino-library-badge](https://www.ardu-badge.com/badge/WakeOnLan.svg?)](https://reference.arduino.cc/reference/en/libraries/wakeonlan)
This Library provides an easy way to generate/send magic packets from an ESP8266 or ESP32 to any MAC Address. Additionally, it supports the "SecureOn" feature from some motherboard manufacturers. Finally, it also supports using any port number (instead of the default port 9.)<br /><br />
This library can be used in any environment that the IPAddress, WiFiUDP & delay classes are available.

Expand Down

0 comments on commit e676bd5

Please sign in to comment.