Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 722 Bytes

File metadata and controls

22 lines (18 loc) · 722 Bytes

Build Status

MySensors Ethernet gateway firmware

This repository includes the firmware for MySensors Ethernet gateway. The firmware is designed for IBoard. For building the firmware, the use of PlatformIO tool is assumed.

Code expects MySensors library version 2.3.0.

Building the firmware

Building is easy as running a single command:

platformio run

PlatformIO will take care of downloading MySensors library itself.

Uploading the firmware

Run:

platformio run --target upload