round af/rx-/txdelay to 3 decimal places#2001
Open
weebl2000 wants to merge 1 commit into
Open
Conversation
eb283cb to
f6eecfb
Compare
f6eecfb to
9c6aeb2
Compare
Contributor
Author
|
@liamcottle thoughts? |
9c6aeb2 to
4d166ec
Compare
4d166ec to
0e578b1
Compare
0e578b1 to
bdc181b
Compare
bdc181b to
6329137
Compare
This avoids seeing 0.1999999 for direct.txdelay 0.2 :)
6329137 to
232c84c
Compare
weebl2000
added a commit
to weebl2000/meshcore
that referenced
this pull request
Jun 6, 2026
… + minor Changes vs dev_plus: - meshcore-dev#1727 hardware-CAD redesign: cad_enabled pref (slot 293), 'cad on/off' CLI cmd, RSSI interference (int.thresh) + separate hardware-CAD gate in RadioLibWrappers. DEVIATION (per request): cad_enabled defaults to 1 (CAD ENABLED) on repeater/room/sensor; companion getCADEnabled() returns true. companion getInterferenceThreshold() aligned to PR (0; RSSI int.thresh disabled until currentRSSI() is fixed). Fixed a merge-dup of performChannelScan() decl. - meshcore-dev#2001: 'af' getter ftoa -> ftoa3 - meshcore-dev#1896: ESP32 RTC fallback seed literal -> RTC_TIME_MIN - meshcore-dev#1925: rak11200 P_LORA_DIO_1 via platformio build flag (not header #define) No-ops (verified already-aligned in dev_plus, or intentionally absent): meshcore-dev#1677 AEAD, meshcore-dev#1686 short-sleeps (=> meshcore-dev#1347 subset), meshcore-dev#2674 be-more-patient(+backoff), meshcore-dev#1447 robust-contacts (absent), meshcore-dev#2537 fix-serial-bursts (absent).
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
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.
Minor nit to fix this:
7 decimals precision is required for frequency get/set but not so relevant for the delays/af etc.