Skip to content

Commit

Permalink
OFFICIAL STABLE RELEASE - Root Arduino Nano v1.2.7
Browse files Browse the repository at this point in the history
OFFICIAL STABLE RELEASE - Root Module, Arduino Nano Code Version 1.2.7 Revision March 22, 2020
  • Loading branch information
royjosephargumido authored Mar 22, 2020
1 parent 18bdc7c commit fe3bde0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Releases/Root/RootNano/RootNano.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
The S.A.R.I.B.O. Leaf Module - NodeMCU 12E esp8266 Module Code
Systematic and Automated Regulation of Irrigation systems for Backyard farming Operations
STABLE SARIBO ROOT MODULE PROTOTYPE
Version 1.1.4 Revision March 22, 2020
OFFICIAL STABLE RELEASE - Root Module, Arduino Nano Code
Version 1.2.7 Revision March 22, 2020
BSD 3-Clause License
Copyright (c) 2020, Roy Joseph Argumido (rjargumido@outlook.com)
Expand Down Expand Up @@ -37,6 +37,7 @@

#include <ArduinoJson.h>

const int baudRate = 9600;
//================= PIN CONFIGURATION ===============
/*
* NOTE:
Expand Down Expand Up @@ -164,7 +165,7 @@ void recieveData() {
}

void setup() {
Serial.begin(9600);
Serial.begin(baudRate);

setupRelays();
Serial.println("Waiting for data...");
Expand Down

0 comments on commit fe3bde0

Please sign in to comment.