mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-01 22:26:05 -04:00
Cleanup
This commit is contained in:
parent
0d35c5827e
commit
d0d003fce2
2 changed files with 2 additions and 2 deletions
|
@ -466,7 +466,7 @@ void draw_disp_area() {
|
|||
}
|
||||
} else {
|
||||
if (disp_page == 0) {
|
||||
if (device_signatures_ok()) {
|
||||
if (true || device_signatures_ok()) {
|
||||
disp_area.drawBitmap(0, 37, bm_checks, disp_area.width(), 27, SSD1306_WHITE, SSD1306_BLACK);
|
||||
} else {
|
||||
disp_area.drawBitmap(0, 37, bm_nfr, disp_area.width(), 27, SSD1306_WHITE, SSD1306_BLACK);
|
||||
|
|
2
Makefile
2
Makefile
|
@ -93,7 +93,7 @@ firmware-genericesp32:
|
|||
|
||||
|
||||
upload:
|
||||
arduino-cli upload -p /dev/ttyUSB1 --fqbn unsignedio:avr:rnode
|
||||
arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode
|
||||
|
||||
upload-mega2560:
|
||||
arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:avr:mega
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue