8000 Tags · tjko/fanpico · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tjko/fanpico

Tags

v1.7.4

Toggle v1.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Keep track of total uptime since cold boot. (#148)

* Keep track of total uptime since cold boot.
* Update SYS:UPTIME? to return total uptime since last cold reset.

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #144 from tjko/sdk211

Switch to using Pico-SDK v2.1.1

v1.7.2

Toggle v1.7.2's commit message
Typo fixes.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates to I2C Sensor Support (#122)

* Add support for SHTC3 Temperature and Humidity sensor.
* Add LPS25 and LPS22 pressure sensor support.
* Report RP2350 correctly during boot.
* Add humidity/pressure measurement support in web interface.
* Add support for VSENSOR in MQTT Client.
* New commands:
 - MEASure:VSENSORS?
 - MEASure:VSENSORx:HUMidity?
 - MEASure:VSENSORx:PREssure?
 - SYS:MQTT:INT:VSENSOR
 - SYS:MQTT:INT:VSENSOR?
 - SYS:MQTT:MASK:VTEMP
 - SYS:MQTT:MASK:VTEMP?
 - SYS:MQTT:MASK:VHUM
 - SYS:MQTT:MASK:VHUM?
 - SYS:MQTT:MASK:VPRE
 - SYS:MQTT:MASK:VPRE?
 - SYS:MQTT:TOPIC:VTEMP
 - SYS:MQTT:TOPIC:VTEMP?
 - SYS:MQTT:TOPIC:VHUM
 - SYS:MQTT:TOPIC:VHUM?
 - SYS:MQTT:TOPIC:VPRE
 - SYS:MQTT:TOPIC:VPRE?

v1.7.0

Toggle v1.7.0's commit message
Bump version number.

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change default LRA intepretation to be LOW=1000 rpm and HIGH=0 rpm (r…

…otor locked). (#90)

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix hang during boot if flash filesystem needed to be initialized. (#81)

* Fix hang when no flash filesystem was found during boot.
* Remove full path from compiler macros (like __FILE__) to slightly reduce firmware size.
* Add new command: SYS:LFS:FORMAT

v1.6.1

Toggle v1.6.1's commit message
Cleanup command implementations.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New command: SYS:LFS? (#70)

* Add new command: SYS:LFS?
* Update logging.
* Update README.

v1.5.2

Toggle v1.5.2's commit message
Fix warning: implicit declaration of function 'setenv'

0