Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

TX board reset
#2

Not directly, but you can use this small sketch, and then program the TX unit again

Code:
#include <EEPROM.h>

void setup() {
  EEPROM.write(12, 0x00);
}

void loop() {

}

Anyway, normally is not necessary clearing the eeprom on the TX unit. Just do a "factory reset" pressing the push button for 5 seconds on the RX unit, and it should initialize properly no matter how many rain tips are already recorded on the TX eeprom.

Reply


Messages In This Thread
TX board reset - by laulau - 13-12-2015, 11:36
RE: TX board reset - by werk_ag - 13-12-2015, 20:00
RE: TX board reset - by laulau - 13-12-2015, 21:36



Users browsing this thread: 1 Guest(s)