M5Stack AtomS3U without UiFlow
After downloading a micro-python file from here https://micropython.org/download/ESP32_GENERIC_S3 and renaming it and placing it on the Desktop as In a BAT file or using CMD Now open in PuTTY and…
After downloading a micro-python file from here https://micropython.org/download/ESP32_GENERIC_S3 and renaming it and placing it on the Desktop as In a BAT file or using CMD Now open in PuTTY and…
sudo mkdir -p /var/www/site sudo chown -R $USER:$USER /var/www/site sudo chmod -R 755 /var/www/site sudo nano /etc/apache2/sites-available/site.conf <VirtualHost *:80> ServerName example.com ServerAlias www.example.com DocumentRoot /var/www/site <Directory /var/www/site> Options Indexes FollowSymLinks…
Problem I’m not sure what problem this fixed, … Solution … but setting the taget machine type to x64 helped something, as my third party DLL was x64!
Problem Solution Go to the Build Configuration Manager and select the appropriate build Win32 (x86) or x64.