ESP-NOW RC Tutorial

This commit is contained in:
2025-06-29 20:39:23 -04:00
parent 8225ca7dac
commit 530fa35b01
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1 # Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. # This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: dd0603e002c97b836ded75c7c4d16b34 config: 4760030b34a26062dc781134f9001777
tags: 62a1e7829a13fc7881b6498c52484ec0 tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -523,7 +523,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
#cover .container { #cover .container {
width: 100%; width: 100%;
top: 0; top: 0;
background: rgba(0,0,0,0); } background: #047e2c; }
#cover .container .logo { #cover .container .logo {
font-size: 24pt; font-size: 24pt;
color: #ffffff; color: #ffffff;

View File

@@ -8,7 +8,7 @@
ByteRider 06-2025 documentation ByteRider 06-2025 documentation
</title> </title>
<link href="_static/pygments.css?v=d75fae25" rel="stylesheet" type="text/css"/> <link href="_static/pygments.css?v=d75fae25" rel="stylesheet" type="text/css"/>
<link href="_static/main.css?v=0662ea1e" rel="stylesheet" type="text/css"/> <link href="_static/main.css?v=29f195d9" rel="stylesheet" type="text/css"/>
<script src="_static/documentation_options.js?v=84c8e5cb"> <script src="_static/documentation_options.js?v=84c8e5cb">
</script> </script>
<script src="_static/doctools.js?v=9bcbadda"> <script src="_static/doctools.js?v=9bcbadda">

View File

@@ -38,8 +38,8 @@ simplepdf_title = 'ESP-IDF ESPNOW RC Car'
simplepdf_author = 'Alexander B.' simplepdf_author = 'Alexander B.'
simplepdf_file_name = 'esp-idf_espnow_rc-car.pdf' simplepdf_file_name = 'esp-idf_espnow_rc-car.pdf'
simplepdf_vars = { simplepdf_vars = {
# 'cover-overlay': '#047e2c', 'cover-overlay': '#047e2c',
# 'cover-bg': "#034b1b", 'cover-bg': "#034b1b",
'primary-opaque': 'rgba(26, 150, 26, 0.8)', 'primary-opaque': 'rgba(26, 150, 26, 0.8)',
'primary': "#1A961A", 'primary': "#1A961A",
'secondary': "#379683", 'secondary': "#379683",