arduino #6

Merged
berhsi merged 3 commits from fiveop/doorstatus:arduino into master 2020-12-28 23:50:37 +01:00
Showing only changes of commit 28de70e732 - Show all commits

View file

@ -28,8 +28,6 @@ with the Clean CommonMark library. If not, see <https://www.gnu.org/licenses/>.
uint8_t OPEN = 1;
uint8_t CLOSED = 0;
int wifi_status = WL_IDLE_STATUS;
WiFiUDP Udp;
void setup() {