I am using HLK-RM04 wifi modul and this library: GitHub - chunlinhan/WiFiRM04: Arduino WiFi library for Hi-Link HLK-RM04 module
I have Arduino Uno and from some reasons when I try to run some of examples from mentioned library I got these messages:
C:\Program Files (x86)\Arduino\libraries\WiFiRM04\utility\at_drv.cpp:2207: error: 'Serial1' was not declared in this scope
C:\Program Files (x86)\Arduino\libraries\WiFiRM04\utility\at_drv.cpp:2207: error: 'Serial2' was not declared in this scope
What can I do now?