-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #397 from pennam/fw-pre-release
uno-r4-usb-bridge: include commands of 0.5.0 pre-release
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule uno-r4-wifi-usb-bridge
updated
25 files
+3 −0 | .gitmodules | |
+1 −1 | README.md | |
+1 −1 | UNOR4USBBridge/DAP.h | |
+68 −28 | UNOR4USBBridge/OTA.cpp | |
+21 −6 | UNOR4USBBridge/OTA.h | |
+9 −6 | UNOR4USBBridge/UNOR4USBBridge.ino | |
+54 −40 | UNOR4USBBridge/at_handler.cpp | |
+18 −7 | UNOR4USBBridge/at_handler.h | |
+118 −22 | UNOR4USBBridge/cmds_esp_generic.h | |
+106 −17 | UNOR4USBBridge/cmds_ota.h | |
+52 −4 | UNOR4USBBridge/cmds_preferences.h | |
+85 −76 | UNOR4USBBridge/cmds_wifi_SSL.h | |
+66 −59 | UNOR4USBBridge/commands.h | |
+92 −0 | UNOR4USBBridge/ping.cpp | |
+20 −0 | UNOR4USBBridge/ping.h | |
+12 −13 | combine.py | |
+1 −2 | export.sh | |
+1 −1 | hardware/esp32-patched/esp32 | |
+1 −0 | libraries/ArduinoHttpClient | |
+1 −1 | libraries/Arduino_ESP32_OTA | |
+2 −17 | unor4wifi-updater/README.md | |
+7 −6 | unor4wifi-updater/package.sh | |
+1 −1 | unor4wifi-updater/update_linux.sh | |
+1 −1 | unor4wifi-updater/update_mac.command | |
+1 −1 | unor4wifi-updater/update_windows.bat |