ESP32Marauder icon indicating copy to clipboard operation
ESP32Marauder copied to clipboard

fix EvilPortal for board setups without SD

Open tracedgod opened this issue 1 year ago • 2 comments

Adds a check for the HAS_SD definition to the setHtml & setAP functions respectively.

Without these changes, compilation fails due to the configuration not having an sd_obj reference.

Looks to be similar / identical to #479, minus a new board configuration being added in that PR.

tracedgod avatar Feb 12 '24 06:02 tracedgod

Tried this and it fixed he issue I was having. Looks good to me!

S-Ali-Zaidi avatar Feb 15 '24 13:02 S-Ali-Zaidi

looks good to me. Fixed the issue. (Lilygo T-Beam)

rgtiom avatar Feb 22 '24 11:02 rgtiom