Skip to content

Commit

Permalink
Check for correct partition scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Nov 21, 2024
1 parent 3e98c70 commit 6e2c492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BSB_LAN/BSB_LAN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
#error "Sorry, Arduino Mega not supported since BSB-LAN 2.1"
#endif

#if defined(ESP32) && !defined(ARDUINO_PARTITION_min_spiffs)
#error "Wrong partition scheme selected! You have to select Minimal/SPIFFS! Please, please, please(!) do read the manual at docs.bsb-lan.de - if you don't even read the quickstart instructions, you _will_ not be able to run BSB-LAN! Thank you."
#endif

#include <Arduino.h>

#define ESP32_OLIMEX 1
Expand Down

0 comments on commit 6e2c492

Please sign in to comment.