-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
KZ_863 is not wide lora #9075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
KZ_863 is not wide lora #9075
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KZ_863 was set to wide_lora = true. This was a mistake, induced because the regulations would allow SHORT_TURBO. However, that interpretation of the code was incorrect and wide_lora has a different meaning. Fixes meshtastic#9054
3 tasks
Member
Author
|
Simple/limited change that fixes a clear bug needed by a community, no review/objections for a week, merging :) |
Thanks! |
ssp97
added a commit
to ssp97/meshtastic_fw
that referenced
this pull request
Jan 4, 2026
* Upgrade trunk (meshtastic#8976) Co-authored-by: vidplace7 <[email protected]> * Update GitHub Artifact Actions (meshtastic#8954) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * rp2xx0: Update to arduino-pico 5.4.4 (meshtastic#8979) * Update protobufs (meshtastic#8982) Co-authored-by: thebentern <[email protected]> * Update meshtastic/device-ui digest to 862ed04 (meshtastic#8980) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * PIO: Fix ESP32 sub-variant inheritance (meshtastic#8983) * Replace PIO fuzzy version matches (reproducible builds) (meshtastic#8984) This change does not introduce version *changes*, but simply "updates" to the version already being referenced by the fuzzy-match (^) * PIO: Remove useless inheritence (references extends env) (meshtastic#8987) Remove lib_deps section for all PlatformIO envs which are unneeded (only references the `extends` lib_deps, thus pointless) This makes the configs more concise and make future PIO variants/ libdeps audits easier. * Upgrade trunk (meshtastic#8989) Co-authored-by: vidplace7 <[email protected]> * Implement Long Turbo preset (meshtastic#8985) * Implement Long_Turbo preset * Oops * Start to DRY up menu handler by actually using OO concepts instead of jank separate arrays * Move the implementation back into the method * Dummy comment * Listen to copilot feedback and prevent dangling pointer * Static and optional * Detect if NTP is active on native (meshtastic#8962) * Detect if NTP is active on native * Drop debug warning * Update RDEF parameters for CN region * Upgrade trunk (meshtastic#9000) Co-authored-by: vidplace7 <[email protected]> * Upgrade all esp32 targets to NimBLE 2.X (meshtastic#9003) * Upgrade all esp32 targets to NimBLE 2.X * Remove guard * Renovate all the things (meshtastic#8994) * Prep work for better Store and Forward (meshtastic#8999) * make channels.h getHash public * router.* make the encrypted packet copy available for modules to access * Update src/mesh/Router.h Co-authored-by: Copilot <[email protected]> * Set p_encrypted to nullptr after release --------- Co-authored-by: Copilot <[email protected]> * PlatformIO: Restructure networking_base for re-use (meshtastic#8964) * Macro guard heap_caps_malloc_extmem_enable from SENSECAP_INDICATOR (meshtastic#9007) * More blinkenlights work for Thinknode-m3 (meshtastic#8940) * More blinkenlights work for Thinknode-m3 * Update src/mesh/NodeDB.cpp Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Copilot <[email protected]> * Upgrade trunk (meshtastic#9011) Co-authored-by: vidplace7 <[email protected]> * CLIENT_BASE: Act like ROUTER_LATE for fav'd nodes, instead of like ROUTER (meshtastic#8567) * Client_Base - Dont rebroadcast in early (Router) window Removed early rebroadcast check for CLIENT_BASE role. * Client_Base - Clamp rebroadcast to late (Router_Late) window on dupe * Only clamp to Router_Late window if packet from fav'd node --------- Co-authored-by: Ben Meadors <[email protected]> * Be more judicious about responding to want_response in existing meshes (meshtastic#9014) * Be more judicious about sending want_response in existing meshes and responding to nodes we already heard from * Turns out we don't actually use this * For our first position send on boot, validate that we have received a fresh position (meshtastic#9023) * Add Rebooting to DFU mode notification as a simple pop-up (meshtastic#8970) * Add DFU notification as a simple pop-up * Add safe conditional of IF_SCREEN * Forgot #if HAS_SCREEN * rp2xx0: Update to arduino-pico 5.4.4 (meshtastic#8979) * CLIENT_BASE: Act like ROUTER_LATE for fav'd nodes, instead of like ROUTER (meshtastic#8567) * Client_Base - Dont rebroadcast in early (Router) window Removed early rebroadcast check for CLIENT_BASE role. * Client_Base - Clamp rebroadcast to late (Router_Late) window on dupe * Only clamp to Router_Late window if packet from fav'd node --------- Co-authored-by: Ben Meadors <[email protected]> * Macro guard heap_caps_malloc_extmem_enable from SENSECAP_INDICATOR (meshtastic#9007) * Actions: Compact manifest job output summary (meshtastic#8957) * fmt * Additional Emoji (meshtastic#9020) * Refactor emote dimensions to 16x16 pixels Updated the dimensions of various emotes in emotes.h from 30x30 or 25x25 to 16x16 pixels for consistency and optimization. Added new emotes including heart_smile, Heart_eyes, and others, all with the same 16x16 size. This change improves memory usage and aligns with the design specifications for smaller emotes. * Add new emotes and their corresponding bitmap definitions * Add strong emoji and first quarter moon face * Add definitions for new emoji graphics * Fix missing newline at end of file in emotes.cpp * Add new emotes: eyes, eye, shrug, turkey, turkey leg * Add turkey and related emote definitions * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Update src/graphics/emotes.h Co-authored-by: Copilot <[email protected]> * Update src/graphics/emotes.cpp Co-authored-by: Copilot <[email protected]> * Update src/graphics/emotes.cpp Co-authored-by: Copilot <[email protected]> * Update src/graphics/emotes.cpp Co-authored-by: Copilot <[email protected]> * Update src/graphics/emotes.cpp Co-authored-by: Copilot <[email protected]> * Update src/graphics/emotes.cpp Co-authored-by: Copilot <[email protected]> * Update src/graphics/emotes.cpp Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Copilot <[email protected]> * Emoji naming convention consistency * Automated version bumps (meshtastic#9025) Co-authored-by: thebentern <[email protected]> * Automated version bumps (meshtastic#9025) Co-authored-by: thebentern <[email protected]> * In protobuf update, allow develop branch to auto-update (meshtastic#9027) * Update protobufs (meshtastic#9028) Co-authored-by: jp-bennett <[email protected]> * Fix -ota.zip in manifest and build output * Revert "Automated version bumps (meshtastic#9025)" This reverts commit 1021d96. * Adding support for InkHUD joystick navigation for the Seeed Wio Tracker L1 E-ink (meshtastic#8678) * TwoButtonExtened mirrors TwoButton but added joystick functionality * basic ui navigation with a joystick settings->joystick.enabled setting added and SETTINGS_VERSION incremented by one in InkHUD/Persistence.h in seeed_wio_tracker_L1_eink/nicheGraphics.h enable joystick and disable "Next Tile" menu item in implement prevTile and prevApplet functions in InkHUD/WindowManager.h,cpp and InkHUD/InkHUD.h,cpp onStickCenterShort, onStickCenterLong, onStickUp, onStickDown, onStickLeft, and onStickRight functions added to: - InkHUD/InkHUD.h,cpp - InkHUD/Events.h,cpp - InkHUD/Applet.h change navigation actions in InkHUD/Events.cpp events based on whether the joystick is enabled or not in seeed_wio_tracker_L1_eink/nicheGraphics.h connect joystick events to the new joystick handler functions * handle joystick input in NotificationApplet and TipsApplet Both the joystick center short press and the user button short press can be used to advance through the Tips applet. dismiss notifications with any joystick input * MenuApplet controls allows menu navigation including a back button * add AlignStickApplet for aligning the joystick with the screen add joystick.aligned and joystick.alignment to InkHUD/Persistence.h for storing alignment status and relative angle create AlignStick applet that prompts the user for a joystick input and rotates the controls to align with the screen AlignStick applet is run after the tips applet if the joystick is enabled and not aligned add menu item for opening the AlignStick applet * update tips applet with joystick controls * format InkHUD additions * fix stroke consistency when resizing joystick graphic * tweak button tips for order consistency * increase joystick debounce * fix comments * remove unnecessary '+' * remap joystick controls to match standard inkHUD behavior Input with a joystick now behaves as follows User Button (joystick center): - short press in applet -> opens menu - long press in applet -> opens menu - short press in menu -> selects - long press in menu -> selects Exit Button: - short press in applet -> switches tile - long press in applet -> nothing for now - short press in menu -> closes menu - long press in menu -> nothing for now --------- Co-authored-by: scobert <[email protected]> Co-authored-by: HarukiToreda <[email protected]> * implement basic github action comment reporting target diffs (meshtastic#9022) This is missing logic: - report average - don't bother reporting if the results are negligeable - praise the user if it's improving the situation - shame the user if it's not improving the situation * RTC: PCF85063 support, port to SensorLib 0.3.1 (meshtastic#8061) * RTC: PCF85063 support, port to SensorLib 0.3.1 * Tidy up defines * Remove RTC/PCF8563 mentions from unrelated variants * Bump SensorLib 0.3.2 * Use SensorRtcHelper * Consistent warning message * Fix oversight Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Manuel <[email protected]> Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Copilot <[email protected]> * add namiji-c3v1 * add namiji-c3v1 for github action build * in shame.py do not complain about missing targets (meshtastic#9032) PR CI only runs a small subset of all tests. It is very likely a file we didn't found in the PR is just not tested in PR. * In statusLEDModule, also detect isCharging (meshtastic#9050) * PlatformIO: Re-Org ESP32 family shared props (meshtastic#9060) * Update meshtastic-esp8266-oled-ssd1306 digest to b34c681 (meshtastic#9062) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Upgrade trunk (meshtastic#9047) Co-authored-by: vidplace7 <[email protected]> * Cleanup: Remove icarus custom arduino-esp32 (meshtastic#9064) * Update lewisxhe/SensorLib to 0.3.3 (meshtastic#9061) * Upgrade trunk (meshtastic#9067) Co-authored-by: vidplace7 <[email protected]> * M6 shutdown and LEDs work (meshtastic#9065) Co-authored-by: Ben Meadors <[email protected]> * Fix gps pin defs for various NRF variants. (meshtastic#9034) * fix on nrf52_promicro * try fix for GPS issue * fix GPS pin assignment in variant.h * cleared up some comments and confirmed pinouts from schematics --------- Co-authored-by: macvenez <[email protected]> * Multi message storage (meshtastic#8182) * First try at multimessage storage and display * Nrf built issue fix * Message view mode * Add channel name instead of channel slot * trunk fix * Fix for DM threading * fix for message time * rename of view mode to Conversations * Reply in thread feature * rename Select View Mode to Select Conversation * dismiss all live fix * Messages from phone show on screen * Decoupled message packets from screen.cpp and cleaned up * Cannedmessage cleanup and emotes fixed * Ack on messages sent * Ack message cleanup * Dismiss feature fixed * removed legacy temporary messages * Emote picker fix * Memory size debug * Build error fix * Sanity checks are okay sometimes * Lengthen channel name and finalize cleanup removal of Broadcast * Change DM to @ in order to unify on a single method * Continue unifying display, also show message status on the "isMine" lines * Add context for incoming messages * Better to say "in" vs "on" * crash fix for confirmation nodes * Fix outbound labels based to avoid creating delays * Eink autoscroll dissabled * gating for message storage when not using a screen * revert * Build fail fix * Don't error out with unset MAC address in unit tests * Provide some extra spacing for low hanging characters in messages * Reorder menu options and reword Respond * Reword menus to better reflect actions * Go to thread from favorite screen * Reorder Favorite Action Menu with simple word modifications * Consolidate wording on "Chats" * Mute channel fix * trunk fix * Clean up how muting works along with when we wake the screen * Fix builds for HELTEC_MESH_SOLAR * Signal bars for message ack * fix for notification renderer * Remove duplicate code, fix more Chats, and fix C6L MessageRenderer * Fix to many warnings related to BaseUI * preset aware signal strength display * More C6L fixes and clean up header lines * Use text aligns for message layout where necessary * Attempt to fix memory usage of invalidLifetime * Update channel mute for adjusted protobuf * Missed a comma in merge conflicts * cleanup to get more space * Trunk fixes * Optimize Hi Rez Chirpy to save space * more fixes * More cleanup * Remove used getConversationWith * Remove unused dismissNewestMessage * Fix another build error on occassion * Dimiss key combo function deprecated * More cleanup * Fn symbol code removed * Waypoint cleanup * Trunk fix * Fixup Waypoint screen with BaseUI code * Implement Haruki's ClockRenderer and broadcast decomposeTime across various files. * Revert "Implement Haruki's ClockRenderer and broadcast decomposeTime across various files." This reverts commit 2f65721. * Implement Haruki's ClockRenderer and broadcast decomposeTime across various files. Attempt 2! * remove memory usage debug * Revert only RangeTestModule.cpp change * Switch from dynamic std::string storage to fixed-size char[] * Removing old left over code * More optimization * Free Heap when not on Message screen * build error fixes * Restore ellipsis to end of long names * Remove legacy function renderMessageContent * improved destination filtering * force PKI * cleanup * Shorten longNames to not exceed message popups * log messages sent from apps * Trunk fix * Improve layout of messages screen * Fix potential crash for undefined variable * Revert changes to RedirectablePrint.cpp * Apply shortening to longNames in Select Destination * Fix short name displays * Fix sprintfOverlappingData issue * Fix nullPointerRedundantCheck warning on ESP32 * Add "Delete All Chats" to all chat views * Improve getSafeNodeName / sanitizeString code. * Improve getSafeNodeName further * Restore auto favorite; but only if not CLIENT_BASE * Don't favorite if WE are CLIENT_BASE role * Don't run message persistent in MUI * Fix broken endifs * Unkwnown nodes no longer show as ??? on message thread * More delete options and cleanup of code * fix for delete this chat * Message menu cleanup * trunk fix * Clean up some menu options and remove some Unit C6L ifdefines * Rework Delete flow * Desperate times call for desperate measures * Create a background on the connected icon to reduce overlap impact * Optimize code for background image * Fix for Muzi_Base * Trunk Fixes * Remove the up/down shortcut to launch canned messages (meshtastic#8370) * Remove the up/down shortcut to launch canned messages * Enabled MQTT and WEBSERVER by default (meshtastic#8679) Signed-off-by: kur1k0 <[email protected]> Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Jonathan Bennett <[email protected]> --------- Signed-off-by: kur1k0 <[email protected]> Co-authored-by: Riker <[email protected]> Co-authored-by: Ben Meadors <[email protected]> * Correct string length calculation for signal bars * Manual message scrolling * Fix * Restore CannedMessages on Home Frame * UpDown situational destination for textMessage * Correct up/down destinations on textMessage frame * Update Screen.h for handleTextMessage * Update Screen.cpp to repair a merge issue * Add nudge scroll on UpDownEncoder devices. * Set nodeName to maximum size * Revert "Set nodeName to maximum size" This reverts commit e254f39. * Reflow Node Lists and TLora Pager Views (meshtastic#8942) * Add files via upload * Move files into the right place * Short or Long Names for everyone! * Add scrolling to Node list * Pagination fix for Latest to oldest per page * Page counters * Dynamic scaling of column counts based upon screen size, clean up box drawing * Reflow Node Lists and TLora Pager Views (meshtastic#8942) * Add files via upload * Move files into the right place * Short or Long Names for everyone! * Add scrolling to Node list * Pagination fix for Latest to oldest per page * Page counters * Dynamic scaling of column counts based upon screen size, clean up box drawing * Update exempt labels for stale bot workflow Adds triaged and backlog to the list of exempt labels. * Update naming of Frame Visibility toggles * Fix to scrolling * Fix for content cutting off when from us * Fix for "delete this chat" now it does delete the current one * Rework isHighResolution to be an enum called ScreenResolution * Migrate Unit C6L macro guards into currentResolution UltraLow checks * Mistakes happen - restoring NodeList Renderer line --------- Signed-off-by: kur1k0 <[email protected]> Co-authored-by: Jason P <[email protected]> Co-authored-by: Jonathan Bennett <[email protected]> Co-authored-by: Riker <[email protected]> Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: whywilson <[email protected]> Co-authored-by: Tom Fifield <[email protected]> * Upgrade trunk (meshtastic#9072) Co-authored-by: vidplace7 <[email protected]> * Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards (meshtastic#9071) - Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards - Add HAS_PHYSICAL_KEYBOARD to variant.h for: - TDeck - TLora Pager - TDeck Pro * update: namiji-c3v1 and namiji-c3v0 * disable some board * disable some board * In autoconf, don't probe Wire unless i2c device is set (meshtastic#9081) Found another bit of code that crashes my desktop, by probing the wrong i2c bus. * action: skip trying to comment binary size change results if it is not a PR (meshtastic#9033) * action: skip trying to comment binary size change results if it is not a PR * action: fix halucinations in the clanker's code * action: cleanup one line --------- Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Austin <[email protected]> * Correctly set type for event_mode max() position threshold (meshtastic#9083) Fixes EVENT_MODE firmware builds * pioarduino .gitignore (meshtastic#9085) I'm already going insane! * Upgrade trunk (meshtastic#9076) Co-authored-by: vidplace7 <[email protected]> * Fix PR#8061 SensorLib nRF ThinkNode M-series (meshtastic#9084) * pass GH_TOKEN to shame's gh run download step (meshtastic#9087) * Fix -ota.zip in manifest and build output * Revert "Automated version bumps (meshtastic#9025)" This reverts commit 1021d96. * In statusLEDModule, also detect isCharging (meshtastic#9050) * Update meshtastic-esp8266-oled-ssd1306 digest to b34c681 (meshtastic#9062) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Upgrade trunk (meshtastic#9047) Co-authored-by: vidplace7 <[email protected]> * Upgrade trunk (meshtastic#9067) Co-authored-by: vidplace7 <[email protected]> * M6 shutdown and LEDs work (meshtastic#9065) Co-authored-by: Ben Meadors <[email protected]> * Upgrade trunk (meshtastic#9072) Co-authored-by: vidplace7 <[email protected]> * In autoconf, don't probe Wire unless i2c device is set (meshtastic#9081) Found another bit of code that crashes my desktop, by probing the wrong i2c bus. * Upgrade trunk (meshtastic#9076) Co-authored-by: vidplace7 <[email protected]> * PIN_PWR_DELAY_MS --> PERIPHERAL_WARMUP_MS (meshtastic#8467) It turns out we had two methods for delaying startup while peripherals warmed up. They were invented within months of each other and just missed the chance to merge. Let's delete PIN_PWR_DELAY_MS and use PERIPHERAL_WARMUP_MS, since it's most common and earlier in the sequence. * Fix gps pin defs for various NRF variants. (meshtastic#9034) * fix on nrf52_promicro * try fix for GPS issue * fix GPS pin assignment in variant.h * cleared up some comments and confirmed pinouts from schematics --------- Co-authored-by: macvenez <[email protected]> * Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards (meshtastic#9071) - Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards - Add HAS_PHYSICAL_KEYBOARD to variant.h for: - TDeck - TLora Pager - TDeck Pro * Improve sanitizeString function for Node Names (meshtastic#9086) * Add menus for Smart Position, Broadcast Interval and Position Interval (meshtastic#9080) * Add menus for Smart Position, Broadcast Interval and Position Interval * Realigned time intervals to match Android app options * Fixed missing last option * GPS Menu Validation Fix - Missed in Reviews (meshtastic#9093) * Reviews sometimes miss things, whoops * Validation is hard - but this fixes it * Use IF_SCREEN macro to guard against null screen object * Update meshtastic/device-ui digest to caff403 (meshtastic#9104) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Upgrade trunk (meshtastic#9106) Co-authored-by: vidplace7 <[email protected]> * chore(deps): update meshtastic/device-ui digest to d234bd9 (meshtastic#9108) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update protobufs (meshtastic#9109) Co-authored-by: jp-bennett <[email protected]> * Noop "download" portion of #shame (meshtastic#9114) * Update meshtastic/device-ui digest to 7656d49 (meshtastic#9111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Upgrade trunk (meshtastic#9121) Co-authored-by: vidplace7 <[email protected]> * Calculate hops correctly even when hop_start==0 (meshtastic#9120) * Calculate hops correctly even when hop_start==0. * Use the same type (int8_t) in the loop, avoiding signed/unsigned mismatches. * Clarify defaultIfUnknown is returned for encrypted packets. * Revert "Upgrade all esp32 targets to NimBLE 2.X (meshtastic#9003)" (meshtastic#9125) This reverts commit 40f1f91. * Calculate hops correctly even when hop_start==0 (meshtastic#9120) * Calculate hops correctly even when hop_start==0. * Use the same type (int8_t) in the loop, avoiding signed/unsigned mismatches. * Clarify defaultIfUnknown is returned for encrypted packets. * Add a welcome message for new contributors (meshtastic#9119) To assist with onboarding the denizens of the greater internet with our norms and ways of working, this action will post a message on PRs and issues from first-timers. * Add STORE_FORWARD_PLUSPLUS_APP to core portnum checks (meshtastic#9127) * Add Temporary Mute to Home frame and unbury Notification Options (meshtastic#9097) * Add Temporary Mute to Home frame and unbury Notifications * Only show Temporary Mute if it applies * Remove banner notification, we display the icon immediately * Remove extranous isMuted, there are better ways! * chore(deps): update meshtastic/device-ui digest to 940ba85 (meshtastic#9129) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Rak3112 support (meshtastic#8591) * Add rak3112 to board variants * Add rak3112 to architecture definitions * Disable SDcard support * Update comments * Remove duplicate definitions and use expected SPI naming for SDcard module * SDcard module serial interface chip set definition * Refactor modular variant into existing environment * Make requested changes * Extend 3312 variants * Remove duplicate architecture definition * Fix definition naming * Apparently I marked board level extra on the wrong tbeam target * Add null check for p_encrypted before MQTT publish (meshtastic#9136) * Add null check for p_encrypted before MQTT publish A user on BayMesh observed a strange crash in MQTT::onSend that seemed to be a null pointer dereference of this value. * Trunk * Syntax fix for first timer welcome bot. (meshtastic#9144) URL formatting was inverted. * KZ_863 is not wide lora (meshtastic#9075) KZ_863 was set to wide_lora = true. This was a mistake, induced because the regulations would allow SHORT_TURBO. However, that interpretation of the code was incorrect and wide_lora has a different meaning. Fixes meshtastic#9054 * chore(deps): update meshtastic/device-ui digest to a8e2f94 (meshtastic#9140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dorny/test-reporter action to v2.4.0 (meshtastic#9135) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat(platformio): add non-USB environment configuration for esp32c3_super_mini * Update security policy to reflect new stage * Automated version bumps (meshtastic#9030) Co-authored-by: thebentern <[email protected]> * Refactored some of the system menus to the new DRY method (Redux) (meshtastic#9152) * Refactored some of the system menus to the new DRY method * Fix menu name from Position to GPS * I think this is supposed to be extra * Add custom coding rate configuration for LoRa (meshtastic#9155) * Faster rotary encoder events (meshtastic#9146) Co-authored-by: Ben Meadors <[email protected]> * Fix link formatting in welcome message (meshtastic#9163) --------- Signed-off-by: kur1k0 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vidplace7 <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Austin <[email protected]> Co-authored-by: thebentern <[email protected]> Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Jonathan Bennett <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Jason P <[email protected]> Co-authored-by: korbinianbauer <[email protected]> Co-authored-by: Ixitxachitl <[email protected]> Co-authored-by: jp-bennett <[email protected]> Co-authored-by: zeropt <[email protected]> Co-authored-by: scobert <[email protected]> Co-authored-by: HarukiToreda <[email protected]> Co-authored-by: Jorropo <[email protected]> Co-authored-by: WillyJL <[email protected]> Co-authored-by: Manuel <[email protected]> Co-authored-by: Tom <[email protected]> Co-authored-by: macvenez <[email protected]> Co-authored-by: Riker <[email protected]> Co-authored-by: whywilson <[email protected]> Co-authored-by: Tom Fifield <[email protected]> Co-authored-by: Eric Severance <[email protected]> Co-authored-by: Ford Jones <[email protected]> Co-authored-by: brad112358 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
KZ_863 was set to wide_lora = true. This was a mistake, induced because the regulations would allow SHORT_TURBO. However, that interpretation of the code was incorrect and wide_lora has a different meaning.
Fixes #9054