1
0
Fork 0
mirror of https://github.com/kou029w/k2ping.git synced 2025-01-18 16:07:59 +00:00
k2ping/README.md

1.4 KiB

k2ping

Build Status

安価に製作できるpingでの死活監視装置です。

Thumbnail

Getting Started

Prerequisites

以下の材料を用意し、組み立てる必要があります。

git clone git@github.com:kou029w/k2ping
cd k2ping

あらかじめ自分のWi-Fi環境に合わせて src/k2ping.ino の network-namepass-to-network を変更する必要があります。

  WiFi.begin("network-name", "pass-to-network");

Installing

pio run --target upload

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the LGPL License - see the LICENSE file for details.

Acknowledgments