Skip to content

Commit 933ac61

Browse files
authored
Merge pull request #9 from witnessmenow/dev
Fixing webflash
2 parents 8e0563c + a457e28 commit 933ac61

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

GitHubPages/ESPWebTools/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"offset": 57344
1111
},
1212
{
13-
"path": "esp32.esp32.esp32/F1-Notifications.ino.bin",
13+
"path": "firmware.bin",
1414
"offset": 65536
1515
},
1616
{
17-
"path": "esp32.esp32.esp32/F1-Notifications.ino.bootloader.bin",
17+
"path": "bootloader.bin",
1818
"offset": 4096
1919
},
2020
{
21-
"path": "esp32.esp32.esp32/F1-Notifications.ino.partitions.bin",
21+
"path": "partitions.bin",
2222
"offset": 32768
2323
}
2424
]

GitHubPages/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ <h1>F1 Notifications</h1>
99

1010
<div id="main" style="display: none;">
1111

12-
13-
<span>After flashing the project, please do stuff
14-
<!--<a href="https://github.com/witnessmenow/Spotify-Diy-Thing#project-setup">project's Github page</a>-->
15-
for setting it up
12+
<span>After flashing the project, please follow the steps on the <a href="https://github.com/witnessmenow/F1-Arduino-Notifications?tab=readme-ov-file#project-setup">project's Github page</a> for setting it up
1613

1714
</span>
1815

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,21 +137,21 @@ The following libraries need to be installed for this project to work:
137137
| [UniversalTelegramBot](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot) | Telegram bots for your ESP | Yes ("UniversalTelegramBot") |
138138
| [FileFetcher](https://github.com/witnessmenow/file-fetcher-arduino) | For fetching files/images from the web | No, download from Github |
139139

140-
### Cheap Yellow Display Specific libraries
140+
#### Cheap Yellow Display Specific libraries
141141

142142
| Library Name/Link | Purpose | Library manager |
143143
| ---------------------------------------------- | ------------------------------- | ---------------- |
144144
| [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) | For controlling the LCD Display | Yes ("tft_espi") |
145145
| [PNGdec](https://github.com/bitbank2/PNGdec) | For decoding png images | Yes ("PNGdec") |
146146

147-
### Matrix Panel Specific libraries
147+
#### Matrix Panel Specific libraries
148148

149149
| Library Name/Link | Purpose | Library manager |
150150
| ------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------------ |
151151
| [ESP32-HUB75-MatrixPanel-I2S-DMA](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA) | For controlling the LED Matrix | Yes ("ESP32 MATRIX DMA") |
152152
| [Adafruit GFX library](https://github.com/adafruit/Adafruit-GFX-Library) | Dependancy of the Matrix library | Yes ("Adafruit GFX") |
153153

154-
### Cheap Yellow Display Display Config
154+
#### Cheap Yellow Display Display Config
155155

156156
The CYD version of the project makes use of [TFT_eSPI library by Bodmer](https://github.com/Bodmer/TFT_eSPI).
157157

@@ -160,7 +160,7 @@ TFT_eSPI is configured using a "User_Setup.h" file in the library folder, you wi
160160
- CYD (CYD with single USB): https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/DisplayConfig/User_Setup.h
161161
- CYD2USB (CYD with 2 USB): https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/DisplayConfig/CYD2USB/User_Setup.h
162162

163-
### Display Selection
163+
#### Display Selection
164164

165165
At the top of the `F1-Notifications.ino` file, there is a section labeled "Display Type", follow the instructions there for how to enable the different displays.
166166

0 commit comments

Comments
 (0)