Ben Allfree
|
8064133f79
|
CI fixes
|
2026-04-10 23:28:09 -07:00 |
|
Ben Allfree
|
29027ccf51
|
CI fix
|
2026-04-10 23:14:19 -07:00 |
|
Ben Allfree
|
1f9e5da666
|
nrf build fix
|
2026-04-10 22:44:21 -07:00 |
|
Ben Allfree
|
f638b0bba9
|
favicons
|
2026-04-10 22:43:53 -07:00 |
|
Ben Allfree
|
e1f8631c51
|
home page redesign
|
2026-04-10 22:40:52 -07:00 |
|
Ben Allfree
|
2774d0ae4e
|
Refactor nRF flash plan logic to include fallback scanning for *.uf2 files when no manifest is present. Update EspFlasher component to clarify reasons for limited reset options in the UI.
|
2026-04-10 22:27:59 -07:00 |
|
Ben Allfree
|
f14c848857
|
tdeck fix
|
2026-04-10 22:02:28 -07:00 |
|
Ben Allfree
|
ca43841da8
|
Refactor EspFlasher component to implement factory reset functionality and update flash manifest handling. Modify buildFlashParts to support factory and update sections in manifests, ensuring proper erase policies. Enhance user interface to reflect changes in reset behavior and provide clearer warnings regarding data loss during flashing.
|
2026-04-10 18:36:44 -07:00 |
|
Ben Allfree
|
5fe27f1e74
|
Add Meshtastic OTA companion download step to CI workflows and update flash manifest script for ESP32-C3/C6 support
|
2026-04-10 18:01:12 -07:00 |
|
Ben Allfree
|
8a527530aa
|
Improve progress reporting in firmware flashing by adjusting the calculation of overall percentage to account for uncompressed image size. Update console log messages to clarify the reporting of compressed stream data during the flashing process.
|
2026-04-10 17:57:11 -07:00 |
|
Ben Allfree
|
a298086999
|
Enhance progress animations in CSS by updating the shimmer effect to use a linear timing function and adding a new throb animation for progress fill. Implement reduced motion preferences for accessibility. Update RepoPage component to utilize the new throb animation class for progress indication.
|
2026-04-10 17:49:07 -07:00 |
|
Ben Allfree
|
d131b81374
|
Enhance CI workflows by increasing CI_PROGRESS_TOTAL to 10 and adding steps for restoring PlatformIO global and libdeps caches. Update progress reporting for various build stages, including extracting firmware source, installing PlatformIO, and packaging firmware bundle. This improves build efficiency and tracking during the CI process.
|
2026-04-10 17:46:45 -07:00 |
|
Ben Allfree
|
a9e1e38b74
|
Refactor firmware flashing process by updating EspFlasher component to support new props for GitHub links and download functionality. Modify buildFlashParts to handle optional LittleFS images based on resetDeviceStorage flag. Enhance emit-flash-manifest.py to exclude factory images from USB bundles. Update CI workflows to improve artifact staging and documentation generation.
|
2026-04-10 17:34:12 -07:00 |
|
Ben Allfree
|
8618c201f2
|
update flash table
|
2026-04-10 16:50:28 -07:00 |
|
Ben Allfree
|
986e2f2501
|
highight dropdown selection fix
|
2026-04-10 16:44:30 -07:00 |
|
Ben Allfree
|
ff67199e82
|
fuzzy target search
|
2026-04-10 16:34:58 -07:00 |
|
Ben Allfree
|
33dbffeb8f
|
update flash button behavior
|
2026-04-10 16:30:23 -07:00 |
|
Ben Allfree
|
61a1457a36
|
console logging
|
2026-04-10 16:24:34 -07:00 |
|
Ben Allfree
|
c06c857054
|
Add caching for PlatformIO global store in CI workflows to improve build efficiency. Updated both custom_build.yml and custom_build_test.yml to include caching paths and keys.
|
2026-04-10 11:26:41 -07:00 |
|
Ben Allfree
|
1af200eb39
|
Enhance firmware flashing process by updating emit-flash-manifest.py to merge target family metadata from PlatformIO when missing. Updated CI workflows to pass additional parameters for improved manifest generation. Refactor EspFlasher component to utilize target environment for better flash handling and error messaging. Improved error handling and user feedback during the flashing process.
|
2026-04-10 11:03:36 -07:00 |
|
Ben Allfree
|
4552915336
|
factory bin dedup
|
2026-04-10 06:50:31 -07:00 |
|
Ben Allfree
|
9fc582ce14
|
mklittlefs util
|
2026-04-10 06:22:29 -07:00 |
|
Ben Allfree
|
61095ede6a
|
CI builder progress view enhancements
|
2026-04-10 06:20:29 -07:00 |
|
Ben Allfree
|
6edd84539a
|
rules update
|
2026-04-10 06:18:29 -07:00 |
|
Ben Allfree
|
d83e8aa918
|
Update CI workflows to include actions/checkout@v4 and enhance flash layout functionality. Added optional handling for flash manifest images and improved sorting of flash parts. Updated .gitignore to include __pycache__ and .wrangler.
|
2026-04-10 06:10:57 -07:00 |
|
Ben Allfree
|
f39f1cbc27
|
Enhance EspFlasher component with completion state and visual feedback. Added a new 'complete' progress state to indicate successful firmware flashing, along with a corresponding UI update to display a success message. Improved error handling to ensure progress state resets only on failure.
|
2026-04-10 06:02:46 -07:00 |
|
Ben Allfree
|
cf689d351d
|
Add support for W3C Web Serial API types and enhance EspFlasher component. Updated package.json and tsconfig.json to include new type definitions. Improved EspFlasher functionality with progress tracking and error handling during firmware flashing. Refactored espFlashLayout and espFlashRun for better firmware resolution and flashing process. Updated RepoPage to handle flash view state and integrate flashing functionality.
|
2026-04-10 05:59:51 -07:00 |
|
Ben Allfree
|
346e468ea5
|
wip
|
2026-04-10 04:56:52 -07:00 |
|
Ben Allfree
|
8b34ad2d5b
|
Add README fetching and decoding functionality in RepoPage. Enhanced error handling and improved rendering of README content with support for relative URLs. Updated API response handling to include download URL.
|
2026-04-10 00:59:43 -07:00 |
|
Ben Allfree
|
dc8cbb48ca
|
Refactor CI failure handling in RepoPage and update error messages in formatBuildErrorSummary. Improved user feedback for build retries and adjusted UI logic to show CI failure state more accurately.
|
2026-04-10 00:51:57 -07:00 |
|
Ben Allfree
|
4e5da31332
|
wip
|
2026-04-10 00:41:23 -07:00 |
|
Ben Allfree
|
1ea138e133
|
convex AI
|
2026-04-10 00:27:51 -07:00 |
|
Ben Allfree
|
650ad192e6
|
wip
|
2026-04-10 00:10:23 -07:00 |
|
Ben Allfree
|
1bf494f6b3
|
wip
|
2026-04-10 00:06:17 -07:00 |
|
Ben Allfree
|
9c6ab9d188
|
wip
|
2026-04-09 23:28:55 -07:00 |
|
Ben Allfree
|
54be07e6cc
|
wip
|
2026-04-09 23:27:06 -07:00 |
|
Ben Allfree
|
e6bcf4c01e
|
wip
|
2026-04-09 18:58:57 -07:00 |
|
Ben Allfree
|
afb739c635
|
add meshcore firmware
|
2026-04-08 22:56:38 -07:00 |
|
Ben Allfree
|
d88308e6dd
|
chore: update lobbs commit
|
2026-02-18 04:35:01 -08:00 |
|
Ben Allfree
|
5183a298ec
|
chore: remove meshcore-firmware
|
2026-02-18 04:34:29 -08:00 |
|
Ben Allfree
|
fc2d0ff4bb
|
fix: render markdown tables
|
2026-02-17 07:48:18 -08:00 |
|
Ben Allfree
|
aa131927d4
|
chore: add missing firmware repos
|
2026-02-17 07:27:24 -08:00 |
|
Ben Allfree
|
9b785d7fdc
|
docs: readme update
|
2026-02-17 07:14:35 -08:00 |
|
Ben Allfree
|
663fa54096
|
fix: update Mesh Forge links for consistency in documentation
|
2025-12-10 22:46:07 -08:00 |
|
Ben Allfree
|
56d13d3e08
|
feat: enhance plugin configuration with diagnostics options and refactor build hash computation
|
2025-12-10 20:03:59 -08:00 |
|
Ben Allfree
|
7349d81102
|
chore: remove lofs-test submodule from .gitmodules
|
2025-12-10 18:55:26 -08:00 |
|
Ben Allfree
|
c75aab0c14
|
chore: remove meshtastic remote addition from deploy workflow
|
2025-12-10 17:52:06 -08:00 |
|
Ben Allfree
|
fa7eb6ea32
|
v0.4.0
v0.4.0
|
2025-12-10 17:48:29 -08:00 |
|
Ben Allfree
|
bdb848e15f
|
fix: refactor build routes for improved navigation
|
2025-12-10 17:47:38 -08:00 |
|
Ben Allfree
|
cdc4959dca
|
feat: introduce vendors.json for mapping vendors to models and refactor targets.ts to utilize new data structure
|
2025-12-10 17:39:10 -08:00 |
|