Skip to content

Commit fee6147

Browse files
committed
Update pre-release
1 parent f9ecea7 commit fee6147

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

types/resources.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const markdownContent = `
1313
* GPS for STM32WL by @Stary2001 in https://github.com/meshtastic/firmware/pull/7297
1414
* Feat: add support for RAK Wismesh Tag hardware platform by @DanielCao0 in https://github.com/meshtastic/firmware/pull/6853
1515
* Message frame New Message Options and Clock / TDeck / Brightness Refinements by @Xaositek in https://github.com/meshtastic/firmware/pull/7344
16+
* BaseUI Updates by @Xaositek in https://github.com/meshtastic/firmware/pull/7358
1617
1718
## 🐛 Bug fixes and maintenance
1819
* Update RadioLib to v7.2.1 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/7287
@@ -41,9 +42,11 @@ const markdownContent = `
4142
* STM32 PlatformIO cleanup by @vidplace7 in https://github.com/meshtastic/firmware/pull/7339
4243
* Map report should work over devices which do not have network hardware (with client proxy) by @thebentern in https://github.com/meshtastic/firmware/pull/7341
4344
* Fix L1 EInk HWModel by @thebentern in https://github.com/meshtastic/firmware/pull/7346
45+
* Drop NodeInfo packets if the is_licensed bit doesn't match owner by @jp-bennett in https://github.com/meshtastic/firmware/pull/7361
46+
* Clean up double i2c init/scan code by @caveman99 in https://github.com/meshtastic/firmware/pull/7359
4447
`;
4548

46-
const currentPrereleaseId = '2.7.3.39716ed';
49+
const currentPrereleaseId = '2.7.3.71b6508';
4750

4851
export const showPrerelease = true;
4952

0 commit comments

Comments
 (0)