The project files
AAZ-II Errors
Most of these errors are defined in main.h and main.cpp
Error01
Floating point binary mismatch
The C/C++ compiler of the ESP32 does not store floats
in the same format as the firmware on the Rig Expert AAZero-2
board. Reading and writing Float values will not be the same and
the values will be wrong.
Error02
AA-Zero_II not found on I2C
After 5 retries of reset the Rig Expert AAZero-2
board the I2C can not communicate with it.
Error03
LCD Wrong ID Code
The LCD Did not return the correct libray version code
if(MCUFRIEND_KBV_H_ != 300)
Error04
Syntax command error on Serial / BT
The Serial command sent to the ESP32 can not be processed
in the main.cpp:ProcessSerial() function.
Error05
http open error
defined in amain.h but unused in any .cpp file
(removed in version 1.02 of my project)
Looking for the Uno project