mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-02-23 16:30:09 -05:00
Whoops!
This commit is contained in:
parent
a7e4174c72
commit
211194ee6b
@ -982,8 +982,7 @@ void draw_disp_area() {
|
||||
|
||||
// display device ID beneath header
|
||||
disp_area.setFont(SMALL_FONT); disp_area.setTextWrap(false); disp_area.setCursor(13, 32); disp_area.setTextColor(DISPLAY_WHITE); disp_area.setTextSize(2);
|
||||
//disp_area.printf("%02X%02X", bt_dh[14], bt_dh[15]);
|
||||
disp_area.printf("%02X%02X", 0xED, 0xFA);
|
||||
disp_area.printf("%02X%02X", bt_dh[14], bt_dh[15]);
|
||||
}
|
||||
|
||||
if (!hw_ready || !device_firmware_ok()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user