6 Commits

Author SHA1 Message Date
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
luc lebosse
014839f953 Add command for hostname
Fix possible buffer overload when using serial command
add missing flags in config report
2016-08-08 13:07:35 +02:00
luc lebosse
5296770703 Allow to have admin and user authentication
admin is  for wifi / esp settings
user is for printer settings
admin and user ID can be defined in config.h
[ESP555]<admin password> allows to reset user password to default one
2016-07-04 17:27:03 +02:00
luc lebosse
22af45d69f Use ESP.getFreeHeap() instead of SDK function
Add free mem in config report
2016-06-16 21:47:48 +02:00
luc lebosse
d7b1e486e2 Add signal strength in config report
useful when debugging  without web UI
2016-06-15 19:29:04 +02:00
luc
713d4764fb Change name to ESP3D
Thanks to @openhardwarecoza and @TRoager  for the idea and feedback
2016-06-09 10:23:20 +02:00