Add print log functionality and device name handling
- Introduced functions to capture and manage incoming print logs. - Added a download link for the incoming print log in the web interface. - Updated device name prefix for BLE and added device name building logic. - Enhanced SerialCommand class with line handler support. - Implemented WiFi reconnect logic and status tracking.
This commit is contained in:
@@ -29,7 +29,6 @@ board = esp32dev
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
monitor_port = /dev/cu.usb*
|
||||
upload_speed = 115200
|
||||
upload_port = /dev/cu.usb*
|
||||
lib_deps =
|
||||
arminjo/ServoEasing
|
||||
|
||||
Reference in New Issue
Block a user