NoWiresGB / RFM69-Gateway

A D1 mini based gateway for HopeRF modules to MQTT
1 stars 0 forks source link

Typo in ifdef for dev build #27

Closed trizmark closed 3 years ago

trizmark commented 3 years ago

line 53: #ifndef DEVBUILD should read

ifndef DEV_BUILD

(missing underscore)