Skip to content

Commit 40ea64d

Browse files
committed
Optimise web dashboard layout
1 parent f52127c commit 40ea64d

7 files changed

Lines changed: 368 additions & 58 deletions

File tree

assets/sensything_logo.png

11.3 KB
Loading

examples/03.Applications/Cap_WiFi_App/Cap_WiFi_App.ino

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@
66
// ⚠️ BUILD NOTE: This sketch includes the full embedded web dashboard and exceeds
77
// the default ESP32-S3 flash partition size (1.3MB).
88
//
9-
// For LOCAL compilation in Arduino IDE, change Partition Scheme:
10-
// Tools > Partition Scheme > "Huge APP (3MB No OTA/1MB SPIFFS)"
9+
// REQUIRED Arduino IDE Settings:
10+
// Board: ESP32S3 Dev Module
11+
// USB Mode: Hardware CDC and JTAG
12+
// USB CDC on Boot: Enabled
13+
// Upload Mode: UART0 / Hardware CDC
14+
// PSRAM: QSPI PSRAM
15+
// Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)
16+
// Upload Speed: 921600
1117
//
1218
// For ARDUINO-CLI or CI/CD, use the --board-options flag:
1319
// arduino-cli compile -b esp32:esp32:esp32s3 \
14-
// --board-options "PartitionScheme=huge_app" \
20+
// --board-options "PartitionScheme=huge_app,PSRAM=enabled,CDCOnBoot=cdc,USBMode=hwcdc" \
1521
// examples/03.Applications/Cap_WiFi_App/
1622
//
1723
// GitHub Actions automatically uses this approach (see .github/workflows/compile-examples.yml)

examples/03.Applications/OX_WiFi_App/OX_WiFi_App.ino

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@
66
// ⚠️ BUILD NOTE: This sketch includes the full embedded web dashboard and exceeds
77
// the default ESP32-S3 flash partition size (1.3MB).
88
//
9-
// For LOCAL compilation in Arduino IDE, change Partition Scheme:
10-
// Tools > Partition Scheme > "Huge APP (3MB No OTA/1MB SPIFFS)"
9+
// REQUIRED Arduino IDE Settings:
10+
// Board: ESP32S3 Dev Module
11+
// USB Mode: Hardware CDC and JTAG
12+
// USB CDC on Boot: Enabled
13+
// Upload Mode: UART0 / Hardware CDC
14+
// PSRAM: QSPI PSRAM
15+
// Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)
16+
// Upload Speed: 921600
1117
//
1218
// For ARDUINO-CLI or CI/CD, use the --board-options flag:
1319
// arduino-cli compile -b esp32:esp32:esp32s3 \
14-
// --board-options "PartitionScheme=huge_app" \
20+
// --board-options "PartitionScheme=huge_app,PSRAM=enabled,CDCOnBoot=cdc,USBMode=hwcdc" \
1521
// examples/03.Applications/OX_WiFi_App/
1622
//
1723
// GitHub Actions automatically uses this approach (see .github/workflows/compile-examples.yml)

src/assets/sensything_logo_svg.svg

Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)