Skip to content

Commit

Permalink
Develop into 2.0.6 (#22)
Browse files Browse the repository at this point in the history
* Updated boards

* Updated boards

* Updated boards

* Updated boards

* Updated board

* Added 2432S022N

* Updated boards

* Added 8048S070R

* Updated boards

* Smaller Lena 80x80

* Updated boards

* Rem oved v11 boards

* Removed esp32-8048S070

* Default no rotation

* Updated boards

* Updated build for node 20

* No default_env

* Updated boards

* Corrected platformio.ini

* Updated boards

* Set back to develop

* Added name of board in define and in loggin

* Added esp32-2432S028Rv3

* Updated boards

* Updated boards

* updated boards

* Updated boards

* Updated boards

* UPdated boards

* Updated boards

* Updated boards

* Updated boards

* Updated boards

* Enable all boards

* Delay if ARDUINO_USB_CDC_ON_BOOT

* Updated boards

* Updated boards
  • Loading branch information
rzeldent committed Feb 19, 2024
1 parent 0caf860 commit 559dce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build_flags =
-D'LV_CONF_PATH=${platformio.include_dir}/lv_conf.h'

lib_deps =
https://github.com/rzeldent/esp32-smartdisplay
https://github.com/rzeldent/esp32-smartdisplay#develop
https://github.com/schreibfaul1/ESP32-audioI2S

[env:esp32-1732S019C]
Expand Down
4 changes: 3 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ void OnButtonClicked(lv_event_t *e)

void setup()
{
delay(250);
#ifdef ARDUINO_USB_CDC_ON_BOOT
delay(5000);
#endif
Serial.begin(115200);
Serial.setDebugOutput(true);
log_i("Board: %s", BOARD_NAME);
Expand Down

0 comments on commit 559dce9

Please sign in to comment.