#include <font12.h>
#include <Adafruit_GFX.h> //new
#include <Max72xxPanel.h> //new
#include "ArduinoOTA.h"
#include <ESP8266WiFi.h>
#include <IRrecv.h>
const uint8_t CS_PIN_DISPL = 15;
const int symbols[] = {32, 37, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 65, 66, 67...