aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-08-01Update Soldering.cppneon12345
fix another logic error
2024-08-01Update Soldering.cppneon12345
fix timer logic
2024-08-01Update Soldering.cppneon12345
change locked warning display time to 1 second
2024-08-01Update Soldering.cppneon12345
show the locked warning for half a second
2024-08-01Update Soldering.cppneon12345
revert last commit
2024-08-01Update Soldering.cppneon12345
allow to use remaining state1 for timer
2024-08-01Merge pull request #1956 from neon12345/devdiscip
Possible fix for lock/unlock toggle loop
2024-07-31Update Soldering.cppneon12345
optimize lock/unlock display information
2024-07-31Merge branch 'dev' into devdiscip
2024-07-31Mask LIS2DH12 clone support for TS101 only (#1894)Ben V. Brown
* Mask LIS2DH12 clone support for TS101 only * Also mask the probe
2024-07-31Update Soldering.cppneon12345
move comment
2024-07-31Update Soldering.cppneon12345
logic description fix
2024-07-31Update Soldering.cppneon12345
fix typo
2024-07-31Update Soldering.cppneon12345
add additional release state for locking
2024-07-24Add enum for modes of locking buttons (#1955)Ivan Zorin
* Add enum for modes of locking buttons * Update description for FULL value
2024-07-24Sequre T55 Support (#1928)Ben V. Brown
* Add T55 to build * Approx in T55 * Update ThermoModel.cpp * use PT1000 lookup logic * Handle no accelerometer * Setup for temp reading * Lock max temp * No movement pin * Compensate for heater coil resistance change * Fix min offset for T55 * Fixup font for T55 * Update draw_profile_advanced.cpp * Update draw_temperature_change.cpp --------- Co-authored-by: discip <[email protected]>
2024-07-24Merge pull request #1954 from Ralim/discip-patch-1discip
YY-MM-DD => YYYY-MM-DD
2024-07-23YY-MM-DD => YYYY-MM-DDdiscip
2024-07-23Merge pull request #1952 from Ralim/discip-patch-1discip
changed date format to YYYY-MM-DD
2024-07-23changed date format to YYYY-MM-DDdiscip
closes #1951
2024-07-22Merge pull request #1949 from fredericuslaurentii/devdiscip
Small fix IT language
2024-07-22Update translation_IT.jsonfredericuslaurentii
2024-07-17Merge pull request #1948 from ReimuHakurei/profile_fixdiscip
Fix profile mode
2024-07-16Fix profile modeReimuHakurei
2024-07-12Pinecil 2 PID tune adjustments (#1925)Ben V. Brown
Lower P/I Terms Co-authored-by: discip <[email protected]>
2024-07-12WIP: Split Render for multiple screen resolutions (#1888)Ben V. Brown
* Create README.md * Move to new folder * Migrating * Migrate Remainder * format fix (all but one) (#1889) * Update USBPDDebug_FS2711.cpp * Delete PrintVoltage.cpp * Copy in 128x32 template * Mask drawing for 96x16 * Import #1819 * Update Font.h * Homescreen * Update draw_homescreen_detailed.cpp * Fix oled normal draw for variable height * Update OLED.cpp * Draw settings icons * Update draw_homescreen_simplified.cpp * Update draw_power_source_icon.cpp * Fixup oled drawing for fill area * Update the region fill for mixed heights * Fix newline height * FIXUP! Draw icons in settings menu at correct size * Fix scrollbar * Update settingsGUI.cpp * S60(P) Disable auto display rotation * On tall oled, scroll in 2 line increments * Bugfix transition L<->R @discip I take it back, there was a bug :) * Draw every other one on transitions * . * cleanup * Bootup logo: Draw in centre * Update OLED.hpp --------- Co-authored-by: discip <[email protected]>
2024-07-12Implement OLED::drawUnavailableIcon() to simplify duplicated calls (#1947)Ivan Zorin
2024-07-09Add enum for USB PD modes (#1943)Ivan Zorin
* Add enum for USB PD modes * Update comments for clarification according to code review
2024-07-08Update BG translation for PD mode options (#1941)Ivan Zorin
* Update BG translation for PD mode options * Update BG and RU translations for PD mode options
2024-07-07update translation_BE.json (#1942)dmitrygribenchuk
2024-07-03PD modes IT translation (#1937)fredericuslaurentii
Update translation_IT.json
2024-07-03Update RU translation for PD mode options (#1940)Ivan Zorin
2024-06-10Update translation_UK.json with PD mode option (#1929)eslng
2024-06-08Fixup! S60 asm source folderBen V. Brown
Been broken for a while but better to be correct
2024-06-08Refactor: Rename Sequre bsp (#1927)Ben V. Brown
* Rename Sequre BSP Folder * Update Makefile
2024-06-08Sequre Faster PWM (#1926)Ben V. Brown
* 4x faster PWM * Add light filter to displayed temp
2024-06-08Pinecilv2 adc v2 (#1916)Ben V. Brown
* Updated NTC lookup * remove float compute from adc (as we dont use it) * Updated adc settings * Updated ADC Init * Custom max temp lookup * Mask Timer around changing timer rate * Use timer channels in sane order * Update IRQ.cpp * Remove ADC dummy wait on start/stop * Dont use ADC IRQ * Disable sampling delay * Update Setup.cpp * PinecilV2 disable ROM driver utils Always use our source * Force settings upgrade on PinecilV2 Fix forced settings upgrade on Pinecilv2 * Prevent ADC rollover * Update Setup.cpp * ADC cleanup * Rollover prevention * Measure tip temperature 2nd * Rebase Buffalo SDK to 1.4.5 (#1923) * Update bl702_adc.c * Update board.c * . * Update bl702_adc.c * Import updated hal_drv * Remove accidental dupe of stack in linker * First pass update BLE stack * Update ReleaseNotes * Update push.yml * Drop BT Audio which we dont use * . * Reformat * Update conn.c * Update hog.c
2024-06-01Expand USB-PD mode option (#1917)Ben V. Brown
* Use PDMode to decide if we do resistance pad * Rename PDVpdo to USBPDMode * Add options for PD Mode * OLED: Allow soft line-wrap x position * Add new translation option for menu settings values * Use new setting value for PD Mode * Update translations for new menu setting * Fixup! S60 * black python
2024-05-24Completed TR translation file (#1912)Mustafa Tanrıverdi
* Update translation_TR.json * Update translation_TR.json * Update translation_TR.json * Update translation_TR.json --------- Co-authored-by: Ben V. Brown <[email protected]>
2024-05-24Handle non-EPR devices not encoding PPS correctly (#1911)Ben V. Brown
Handle non EPR devices not encoding PPS correctly By not trusting them at all.
2024-05-22Remove register keyword according to ISO C++17 for fixing related warning ↵Ivan Zorin
(#1893) * Remove register keyword according to ISO C++17 for fixing related warning from compiler
2024-04-10Merge pull request #1902 from PockyBum522/patch-1discip
Add description of fix for around common error under Windows section...
2024-04-10Added description of how to get around common error under Windows section of ↵DSikes
installation guide Added a message about how to get around windows dialog prompt when copying from NTFS filesystems (Most of what Windows users will be copying from) to FAT which the iron uses. This is an extremely common problem for Windows users, and I'd like to put in a tested workaround in the guide as it would have saved me about 15 minutes on what would have been a 20 second install. I believe this will be of similar benefit to most Windows users.
2024-04-08Merge pull request #1900 from ia/z-localizationdiscip
Set "Zzz " as universal var instead of `SleepingSimpleString` "translatable" string
2024-04-08Merge branch 'dev' into z-localizationdiscip
2024-04-08Merge pull request #1901 from BunyMan/devdiscip
Completed PT translation file
2024-04-07Completed PT translation fileJoaoBuny
2024-04-06Merge branch 'z-var' into z-localizationIvan Zorin
2024-04-06Revert "Translations: localization of SleepingSimpleString"Ivan Zorin
This reverts commit 7376c491e51ae9a112cdd4c5b49f7206aae207b9.
2024-04-04Translations: localization of SleepingSimpleStringIvan Zorin