From ed475471f5634949f60ff765703796395280cad3 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 25 Jul 2024 11:36:27 +0300 Subject: [PATCH] Update docs --- README.md | 6 ++++-- src/ViperIDE.html | 2 +- src/app_common.css | 2 +- src/bridge.html | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f14dca5..6a2e41f 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ - [`WebREPL over internet 🌎`](docs/Web-REPL-Relay.md) - 🚧 *experimental* - [`WebREPL in local network`](docs/Web-REPL-Server.md) - [`Bluetooth LE`](docs/Bluetooth-REPL.md) - - [`P2P/WebRTC Bridge`](https://viper-ide.org/bridge.html) - 🚧 *experimental* - - [`Device Emulator`](https://viper-ide.org/?emulator=1) - 🚧 *experimental* + - [`P2P/WebRTC Bridge`](https://viper-ide.org/bridge.html) + - [`Virtual Device`](https://viper-ide.org/?vm=1) - **File Editor** - Syntax highlighting for `.py`, `.json`, `.inf`, `.toml`, `.pem` - Auto expand/minify of `.json` files @@ -59,8 +59,10 @@ - Espressif ESP8266, ESP32, ESP32S3, ESP32C3, ESP32C6 - Raspberry Pi Pico W (RP2040) - Adafruit Feather STM32F405 Express +- Adafruit Feather M0 Basic Proto (ATSAMD21G18) - WeAct Studio Blackpill v3.1 (STM32F411CE) - PYBv1.1 (STM32F405RG) +- Seeed Wio Terminal (ATSAMD51P19) - Seeed XIAO nRF52840 Sense - Nordic nRF9161 DK with Zephyr port - PJRC Teensy 4.0 (NXP MIMXRT1062) diff --git a/src/ViperIDE.html b/src/ViperIDE.html index e4cb9ff..68a0018 100644 --- a/src/ViperIDE.html +++ b/src/ViperIDE.html @@ -63,7 +63,7 @@
WebREPL over internet 🌎
WebREPL in local network
Bluetooth REPL
-
P2P Bridge 🚧
+
P2P Bridge
Device Benchmark
diff --git a/src/app_common.css b/src/app_common.css index c39067d..ca484f6 100644 --- a/src/app_common.css +++ b/src/app_common.css @@ -155,7 +155,7 @@ button.connected { .highlight { background: var(--bg-color-edit); border-radius: 3px; - padding: 1px 5px 1px 5px; + padding: 3px 5px 3px 5px; line-height: 19px; white-space: nowrap; } diff --git a/src/bridge.html b/src/bridge.html index 69ac48e..5e2ecf2 100644 --- a/src/bridge.html +++ b/src/bridge.html @@ -24,8 +24,6 @@

ViperIDE P2P Bridge

-

🚧 THIS IS EXPERIMENTAL, BEWARE OF BUGS 🚧

-

The bridge allows creating a secure, peer-to-peer connection between the device and ViperIDE across the internet.

    @@ -43,6 +41,8 @@

    ViperIDE P2P Bridge

+

⚠️ Keep this page open for the connection to remain active

+