This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
ESP3D
Watch
2
Star
0
Fork
0
You've already forked ESP3D
mirror of
https://github.com/luc-github/ESP3D.git
synced
2026-03-18 22:06:48 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
af283c8f236f85eec50b54f674ca819566acf4c1
ESP3D
/
esp3d
/
webinterface.cpp
luc lebosse
af283c8f23
Use correct calculation for signal/RSSI
...
if (RSSI <= -100) return 0; if (RSSI >= -50) return 100; return (2* (RSSI+100));
2016-08-09 01:32:44 +02:00
123 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink