ruuvi / ruuvi.firmware.c

Ruuvi Firmware version 3. Built on top of Nordic SDK 15, uses both Ruuvi and external repositories as submodules. In Beta, no breaking changes are intended but may be done if absolutely necessary
BSD 3-Clause "New" or "Revised" License
52 stars 39 forks source link

Makefile comments and always MODE= #314

Closed DG12 closed 2 years ago

DG12 commented 2 years ago

Add many comments. Only functional change: Always include MODE= to allow application_modes to complain about misspelling of mode. PS it appears that git display shows uses different tab stops.

ojousima-jenkins commented 2 years ago

Can one of the admins verify this patch?

ojousima commented 2 years ago

ok to test

ojousima commented 2 years ago

The indentation comes out as strange:

image

Let's keep commands in one line, text editors can do word wrap

DG12 commented 2 years ago

Excellent