Skip to content

Latest commit

 

History

History
116 lines (106 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

116 lines (106 loc) · 13.3 KB

3.2.1 (2024-06-23)

Bug Fixes

  • adds arrows, calibration (1285620)

3.2.0 (2024-02-10)

Bug Fixes

  • add newline to water readings (191f30f)
  • add mfg test command to main cli menu (89845c4)
  • Added check for system descriptor (bcb8bab)
  • Added FLOG include (24cafec)
  • Adds action logic (d36f67f)
  • Adds check for boot behaviors (4ddcbc5)
  • Adds chgdir (3422dcb)
  • Adds connect shortcut (5e79c51)
  • Adds debug point flog (32349fe)
  • Adds device os version (50535dc)
  • Adds function to convert boot behavior to strings (8b09693)
  • Adds initial style guide (f2fc5b6)
  • Adds name table (0ffdabf)
  • Adds name to deploy open debug print (4293b17)
  • Adds NVRAM display (9e4628f)
  • Adds protection against double open (63b10dd)
  • Adds state change (89cf69a)
  • Cleaned up flog entries (8720114)
  • Cleans up mfg test logic (2d07d44)
  • corrected power detect pin (19e7991)
  • delete duplicated code (85bc539)
  • Enabled cloud connectivity commands (7339458)
  • escape from chargestate when charger removed (1082af7)
  • fix errors after merging conflicts (d0c65df)
  • Fixes charger check (82e6ea2)
  • FIxes Check Charging output (880b8a8)
  • Fixes connection behavior (949c8bb)
  • Fixes current_dir level (815c6a1)
  • Fixes data location initialization (4d6f328)
  • Fixes deploy open debug print (4bfd7bd)
  • Fixes display formats (0f7c370)
  • Fixes fileCLI b85dump buffer sizes (683d59b)
  • Fixes includes (cb0da06)
  • Fixes LED mapping and charge status (80548f0)
  • Fixes looping behavior and optimizes upload sizes (55e4a96)
  • Fixes newlines (563e2e3)
  • fixes Recorder::getLastPacket return value (a44a3df)
  • Fixes sleep CLI (56c243a)
  • Fixes static prototypes and docstrings (9710fb7)
  • Fixes tooling paths and switches to c++11 (b74b46d)
  • Fixes upload CLI (f23356f)
  • Fixes USB power detect (affac88)
  • Includes (bd0ae1e)
  • mark static functions as private in header (fadb871)
  • Moves chargerTimer after static prototypes (597040d)
  • Pops on empty session (654abd5)
  • Reduces flog entries to 128 (6154c5b)
  • remove duplicates from merge (c885e9b)
  • remove unused defines in mfg test (9ecf4d1)
  • Removes setName (e3cc6a5)
  • Removes SpiffsParticleRK dependency (770cb2b)
  • Resolves CLI prompt (d6ff364)
  • return statement (5b65ec9)
  • Rolling back base85 (825e778)
  • set correct wet/dry pins (de3d2d1)
  • stop the temp sensor when failed to start (ac01093)
  • stop using EIO (ba13400)
  • stop water timer when doing manufacturing test (bcabc33)
  • swich icm driver to get magnetometor data (f2646eb)
  • switch to statically allocated array for water detect (c9b37d0)
  • Switches to sf::cloud API (c8ab5ee)
  • Switches to sf::cloud API (22d800a)
  • update water detect pins (15d07f3)
  • Updates base85 to latest (c41fe78)
  • Updates flog (86a4b45)
  • Updates helptext (be37dac)
  • Updates hexdump (47a6bd8)
  • Updates printState logic (8f37227)
  • Updates Recorder::hasData return type (d4d6981)
  • Updates WKP_PIN (a4766b2)
  • use system.batteryState for battery state instead of pin read (89417a3)

Features