Mercurial > public > hwos_code
comparison src/hwos.inc @ 552:af84c45429fd
BUGFIX: Display of negative (?C) water temperatures
| author | heinrichsweikamp |
|---|---|
| date | Sun, 19 Nov 2017 17:22:11 +0100 |
| parents | 7c408bfaf2e8 |
| children | 98c564a2d6cc |
comparison
equal
deleted
inserted
replaced
| 551:33941d158069 | 552:af84c45429fd |
|---|---|
| 20 #include <p18f87k22.inc> | 20 #include <p18f87k22.inc> |
| 21 #include <ports.inc> ; Portmap | 21 #include <ports.inc> ; Portmap |
| 22 | 22 |
| 23 ; Firmware definition | 23 ; Firmware definition |
| 24 #DEFINE softwareversion_x d'2' ; Software version XX.YY | 24 #DEFINE softwareversion_x d'2' ; Software version XX.YY |
| 25 #DEFINE softwareversion_y d'26' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'27' ; Software version XX.YY |
| 26 #DEFINE softwareversion_beta 0 ; (and 0 for release) | 26 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
| 27 ; Firmware version will appear in "Change Firmware" style | 27 ; Firmware version will appear in "Change Firmware" style |
| 28 #DEFINE firmware_expire_year .18 | 28 #DEFINE firmware_expire_year .18 |
| 29 #DEFINE firmware_expire_month .11 | 29 #DEFINE firmware_expire_month .11 |
| 30 #DEFINE firmware_expire_day .3 | 30 #DEFINE firmware_expire_day .3 |
| 31 | 31 |
