基于 vtalpaert/esp-scope 编译 - 采样率 1Hz-83kHz - ADC1_CH0 (GPIO 1) 输入 - WiFi AP + Web UI - 内置 PWM 测试信号 (GPIO 4) - 单通道,0-3.3V 输入范围
16 lines
484 B
Plaintext
16 lines
484 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style type="text/css">
|
|
html, body, iframe { margin: 0; padding: 0; height: 100%; }
|
|
iframe { display: block; width: 100%; border: none; }
|
|
</style>
|
|
<title>Application Error</title>
|
|
</head>
|
|
<body>
|
|
<iframe src="//s3.amazonaws.com/heroku_pages/error.html">
|
|
<p>Application Error</p>
|
|
</iframe>
|
|
</body>
|
|
</html> |