MeshCore/variants
Nick Dunklee a8b3fc5ce3 fix(t1000-e): fix extended uptime failures in GPS and sensor code
- Fix millis() wraparound (49-day) in T1000SensorManager::loop() and
  MicroNMEALocationProvider::loop() by switching from absolute comparison
  (millis() > next_*) to elapsed-time arithmetic ((uint32_t)(millis() - last_*) >= interval)
  with uint32_t timestamps; previous pattern could stall GPS updates and
  time sync for up to ~24 days after wraparound
- Fix division-by-zero crash in get_heater_temperature() when ntc_volt == 0
  (open circuit or bad ADC read); now returns 0.0f safely
- Fix out-of-bounds array access in get_heater_temperature(): loop exit at
  i == 0 caused ntc_res2[i-1] / ntc_temp2[i-1] at index -1; loop exhaustion
  at i == 136 caused ntc_res2[136] one-past-end read; clamped i to [1, 135]
  with early-exit returns for edge temperatures and guarded interpolation
  denominator against zero
2026-03-16 22:15:10 -06:00
..
ebyte_eora_s3 Allow negative tx power 2026-02-06 02:24:51 +01:00
generic-e22 Allow negative tx power 2026-02-06 02:24:51 +01:00
generic_espnow Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_ct62 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_e213 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_e290 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_mesh_solar Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_t114 Merge pull request #1316 from weebl2000/allow-negative-tx 2026-02-08 12:43:10 +13:00
heltec_t190 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_tracker Add GPS support Heltec Wireless Tracker v1.x 2026-02-28 19:09:28 +01:00
heltec_tracker_v2 Add 1ms delay after powering PA (cold-boot) 2026-02-28 19:05:31 +01:00
heltec_v2 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_v3 Merge pull request #1316 from weebl2000/allow-negative-tx 2026-02-08 12:43:10 +13:00
heltec_v4 Add 1ms delay after powering PA (cold-boot) 2026-02-28 19:05:31 +01:00
heltec_wireless_paper Allow negative tx power 2026-02-06 02:24:51 +01:00
ikoka_handheld_nrf and buildscript 2026-03-03 15:37:33 +01:00
ikoka_nano_nrf Allow negative tx power 2026-02-06 02:24:51 +01:00
ikoka_stick_nrf Allow negative tx power 2026-02-06 02:24:51 +01:00
keepteen_lt1 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_t3s3 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_t3s3_sx1276 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tbeam_1w Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tbeam_supreme_SX1262 * misc 2026-02-24 21:30:04 +11:00
lilygo_tbeam_SX1262 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tbeam_SX1276 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tdeck Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_techo Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_techo_lite Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tlora_c6 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tlora_v2_1 Fix LilyGo_TLora_V2_1_1_6_terminal_chat build 2026-02-16 18:10:29 -08:00
m5stack_unit_c6l Added build flags for M5Stack Unit C6L 2026-02-23 17:31:18 +00:00
mesh_pocket Allow negative tx power 2026-02-06 02:24:51 +01:00
meshadventurer Allow negative tx power 2026-02-06 02:24:51 +01:00
meshtiny Allow negative tx power 2026-02-06 02:24:51 +01:00
minewsemi_me25ls01 Allow negative tx power 2026-02-06 02:24:51 +01:00
nano_g2_ultra Allow negative tx power 2026-02-06 02:24:51 +01:00
nibble_screen_connect Allow negative tx power 2026-02-06 02:24:51 +01:00
promicro Allow negative tx power 2026-02-06 02:24:51 +01:00
rak3x72 Merge pull request #1616 from jbrazio/2026/raknorm 2026-02-09 01:33:26 +13:00
rak3112 fix usb and build for rak 3112 2026-02-11 09:34:41 +01:00
rak3401 Fix pin mapping & TX switch (it's DIO2) 2026-02-28 19:09:06 +01:00
rak4631 Merge pull request #1316 from weebl2000/allow-negative-tx 2026-02-08 12:43:10 +13:00
rak11310 Merge pull request #1616 from jbrazio/2026/raknorm 2026-02-09 01:33:26 +13:00
rak_wismesh_tag Allow negative tx power 2026-02-06 02:24:51 +01:00
rpi_picow Allow negative tx power 2026-02-06 02:24:51 +01:00
sensecap_indicator-espnow Allow negative tx power 2026-02-06 02:24:51 +01:00
sensecap_solar sensecap solar: stabilize wake pin and add button hold poweroff 2026-02-27 22:51:19 -05:00
station_g2 Allow negative tx power 2026-02-06 02:24:51 +01:00
t1000-e fix(t1000-e): fix extended uptime failures in GPS and sensor code 2026-03-16 22:15:10 -06:00
tenstar_c3 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m1 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m2 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m3 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m5 Correct manufacturer name 'Elecrow ThinkNode M5' 2026-02-07 17:05:51 -08:00
thinknode_m6 Allow negative tx power 2026-02-06 02:24:51 +01:00
tiny_relay Allow negative tx power 2026-02-06 02:24:51 +01:00
waveshare_rp2040_lora Allow negative tx power 2026-02-06 02:24:51 +01:00
wio-e5-dev Allow negative tx power 2026-02-06 02:24:51 +01:00
wio-e5-mini Allow negative tx power 2026-02-06 02:24:51 +01:00
wio-tracker-l1 Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1) 2026-02-11 14:12:48 +08:00
wio-tracker-l1-eink tracker_l1_eink: set UI_HAS_JOYSTICK 2025-10-18 13:11:18 +02:00
wio_wm1110 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_c3 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_c6 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_nrf52 Merge pull request #1605 from ViezeVingertjes/kiss-modem-spec-compliance 2026-02-09 16:45:20 +11:00
xiao_rp2040 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_s3_wio Allow negative tx power 2026-02-06 02:24:51 +01:00