grafana / arduino-prom-loki-transport

Apache License 2.0
1 stars 2 forks source link

compatibility issue - PromLokiTransport #4

Closed fabriziowho closed 2 years ago

fabriziowho commented 2 years ago

Hey there,

thanks a lot for your job. I'm working on a project which involves Arduino Uno Wifi Rev2 and a DHT11 sensor. I would like to send logs and metrics to Grafana Cloud, so I started to play with the PromLokiTransport library.

Unfortunately, I got the error below:

Arduino: 1.8.19 (Mac OS X), Board: "Arduino Uno WiFi Rev2, ATMEGA328"

In file included from /Users/fabrizio.chiavari/Downloads/Archie_grafana/Archie_grafana.ino:2:0: /Users/fabrizio.chiavari/Documents/Arduino/libraries/PromLokiTransport/src/PromLokiTransport.h:27:2: error: #error "Unknown board type, PromLokiTransport does not support this board."

error "Unknown board type, PromLokiTransport does not support this board."

^~~~~ exit status 1 Error compiling for board Arduino Uno WiFi Rev2.

Many Thanks in advance, Fabrizio.