ESP32_BLE_OTA_Arduino icon indicating copy to clipboard operation
ESP32_BLE_OTA_Arduino copied to clipboard

Hexadecimal meaning

Open HHavendano opened this issue 2 years ago • 1 comments

I found decition with "if()" that compare with Hexadecimal numbers. I know that number are recived by the Android. But what it these mean? 0xAA, 0xEF, 0xF1, 0xF2, 0xFB, 0xFC, 0xFD, 0xFE, 0xFF, 0xEF, 0x0F

HHavendano avatar Mar 06 '23 20:03 HHavendano

They are used to identify the type of command

fbiego avatar Mar 06 '23 21:03 fbiego