rjflatley / vat1300

Arduino nRF24L01+ data logger for Juntek VAT-1300 wireless battery monitor
13 stars 10 forks source link

MOSI and MISO pin defintions reversed for esp8266 #4

Open rochuck opened 2 years ago

rochuck commented 2 years ago

Just a heads up that you've reversed the mosi and miso pins for the esp8266 here: https://github.com/rjflatley/vat1300/blob/bdfeb42ea7ec9009cbed85bd957ea789f0922c3e/vat1300_rf24_data_logger.ino#L36-L37 It doesn't affect anything but is misleading to anyone trying to wire up a wemos board based on your code.