* added default pins for opendtu-fusion-v1 board
* fixed hw version display in `live`
* removed development builds, renamed environments in `platform.ini`
This commit is contained in:
lumapu 2023-08-22 00:35:00 +02:00
parent 8f0bbfc93c
commit fd2fd206f0
12 changed files with 140 additions and 149 deletions

View file

@ -268,11 +268,11 @@ const devInfo_t devInfo[] = {
{ 0x101020, 350 },
{ 0x101030, 400 },
{ 0x101040, 400 },
{ 0x101110, 600 },
{ 0x101110, 600 }, // [TSOL800(DE) ..20, HWv=??], [HM-600 ..20, HWv=2.66]
{ 0x101120, 700 },
{ 0x101130, 800 },
{ 0x101140, 800 },
{ 0x101210, 1200 },
{ 0x101210, 1200 }, // ..00
{ 0x101230, 1500 },
// HMS
@ -287,12 +287,12 @@ const devInfo_t devInfo[] = {
{ 0x102241, 1600 },
{ 0x101251, 1800 },
{ 0x102251, 1800 },
{ 0x101271, 2000 },
{ 0x101271, 2000 }, // ..00
{ 0x102271, 2000 },
// HMT
{ 0x103311, 1800 },
{ 0x103331, 2250 }
{ 0x103331, 2250 } // ..00
};
#endif /*__HM_DEFINES_H__*/