.NET Flasher for INO Projects specially for EioT-Framework
This application is for flashing your Modules via a GUI .NET Application. It uses the arduino-cli executable.
It is used specially for the EioT-Framework: https://github.com/clusterzx/EioT-Framework
- Open the VS Solution
- GoTo Project Settings
- Get the src (base64 encoded) for the module -> decode it -> change GPIO settings -> encode it -> put back -> save
(ex. for Thermostat):
//DHT Sensor
uint8_t DHTPin = 12;
and set it to your GPIO Pin on your board where the DHT11 is connected.